forked from Hakase/nginx-build
Latest update - 7235
This commit is contained in:
@@ -132,6 +132,10 @@ ngx_http_header_t ngx_http_headers_in[] = {
|
||||
offsetof(ngx_http_headers_in_t, transfer_encoding),
|
||||
ngx_http_process_header_line },
|
||||
|
||||
{ ngx_string("TE"),
|
||||
offsetof(ngx_http_headers_in_t, te),
|
||||
ngx_http_process_header_line },
|
||||
|
||||
{ ngx_string("Expect"),
|
||||
offsetof(ngx_http_headers_in_t, expect),
|
||||
ngx_http_process_unique_header_line },
|
||||
|
||||
Reference in New Issue
Block a user