Latest update - 7208

This commit is contained in:
Hakase
2018-02-16 01:44:40 +09:00
parent b52576deac
commit 9b431fd8fd
8 changed files with 272 additions and 115 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ ngx_http_header_t ngx_http_headers_in[] = {
offsetof(ngx_http_headers_in_t, upgrade),
ngx_http_process_header_line },
#if (NGX_HTTP_GZIP)
#if (NGX_HTTP_GZIP || NGX_HTTP_HEADERS)
{ ngx_string("Accept-Encoding"),
offsetof(ngx_http_headers_in_t, accept_encoding),
ngx_http_process_header_line },