summaryrefslogtreecommitdiff
path: root/src/http_decoder_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_decoder_stat.h')
-rw-r--r--src/http_decoder_stat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http_decoder_stat.h b/src/http_decoder_stat.h
index 0376d95..719e6a0 100644
--- a/src/http_decoder_stat.h
+++ b/src/http_decoder_stat.h
@@ -10,6 +10,8 @@ enum http_decoder_stat_type
HTTPD_STAT_TCP_SEG_S2C,
HTTPD_STAT_HEADERS_C2S,
HTTPD_STAT_HEADERS_S2C,
+ HTTPD_STAT_ZIP_BYTES, //only if Content-Encoding is gzip, deflate, br
+ HTTPD_STAT_UNZIP_BYTES, //only if Content-Encoding is gzip, deflate, br
HTTPD_STAT_URL_BYTES,
HTTPD_STAT_SESSION_NEW,
HTTPD_STAT_SESSION_FREE,