aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_headers.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-11 21:34:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-11 21:34:52 +0000
commita893eab667078a8ad9f473296663b36e6ade111a (patch)
tree5eb4a198f0e0976948fc154c832663db661a4a91 /src/http/ngx_http_headers.c
parent6bb889f442bd7c5c6f640021014014ebc59bac27 (diff)
downloadnginx-a893eab667078a8ad9f473296663b36e6ade111a.tar.gz
nginx-a893eab667078a8ad9f473296663b36e6ade111a.zip
nginx-0.0.2-2004-03-12-00:34:52 import
Diffstat (limited to 'src/http/ngx_http_headers.c')
-rw-r--r--src/http/ngx_http_headers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_headers.c b/src/http/ngx_http_headers.c
index 128744917..1820ea768 100644
--- a/src/http/ngx_http_headers.c
+++ b/src/http/ngx_http_headers.c
@@ -19,8 +19,10 @@ ngx_http_header_t ngx_http_headers_in[] = {
{ ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) },
#endif
+#if (NGX_HTTP_GZIP)
{ ngx_string("Accept-Encoding"),
offsetof(ngx_http_headers_in_t, accept_encoding) },
+#endif
{ ngx_string("Authorization"),
offsetof(ngx_http_headers_in_t, authorization) },