aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-27 14:21:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-27 14:21:59 +0000
commitc16b005f30e391ff675f3837d1637377a5e4f5e7 (patch)
treec2f639bfa4a441ced8a34eb4a3d22451e094f45b /src/http/ngx_http_request.h
parent3d70581d458668b607ca95e39882b5c6a48a461e (diff)
downloadnginx-c16b005f30e391ff675f3837d1637377a5e4f5e7.tar.gz
nginx-c16b005f30e391ff675f3837d1637377a5e4f5e7.zip
ngx_http_gzip_static_module and gzip_disable
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 86687cf91..1ff140aed 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -430,6 +430,8 @@ struct ngx_http_request_s {
unsigned header_timeout_set:1;
+ unsigned gzip:2;
+
unsigned proxy:1;
unsigned bypass_cache:1;
unsigned no_cache:1;