aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_event.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-09-28 19:29:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-09-28 19:29:06 +0000
commit2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (patch)
tree6a2b3c17c58af5159ff80a1bcef94f7c93632967 /src/http/ngx_http_event.c
parent02f0132392913bd632d2616a0c0ab5391c2cfc6d (diff)
downloadnginx-2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f.tar.gz
nginx-2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f.zip
nginx-0.0.1-2003-09-28-23:29:06 import
Diffstat (limited to 'src/http/ngx_http_event.c')
-rw-r--r--src/http/ngx_http_event.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c
index e129a6d5a..161c483cd 100644
--- a/src/http/ngx_http_event.c
+++ b/src/http/ngx_http_event.c
@@ -49,6 +49,8 @@ static ngx_http_header_t headers_in[] = {
offsetof(ngx_http_headers_in_t, if_modified_since) },
{ ngx_string("Content-Length"),
offsetof(ngx_http_headers_in_t, content_length) },
+ { ngx_string("Accept-Encoding"),
+ offsetof(ngx_http_headers_in_t, accept_encoding) },
{ ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) },
#if 0