ngx_http_gzip_static_module and gzip_disable
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 86687cf..1ff140a 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -430,6 +430,8 @@
 
     unsigned                          header_timeout_set:1;
 
+    unsigned                          gzip:2;
+
     unsigned                          proxy:1;
     unsigned                          bypass_cache:1;
     unsigned                          no_cache:1;