diff options
Diffstat (limited to 'src/http/ngx_http_event.c')
-rw-r--r-- | src/http/ngx_http_event.c | 2 |
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 |