From a893eab667078a8ad9f473296663b36e6ade111a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 11 Mar 2004 21:34:52 +0000 Subject: nginx-0.0.2-2004-03-12-00:34:52 import --- src/http/ngx_http_headers.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_headers.c') 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) }, -- cgit