mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26:15 +08:00
r1435 merge:
If-Modified-Since should be unique header line
This commit is contained in:
parent
6657e717bd
commit
b5b3731a0a
@ -76,7 +76,7 @@ ngx_http_header_t ngx_http_headers_in[] = {
|
||||
|
||||
{ ngx_string("If-Modified-Since"),
|
||||
offsetof(ngx_http_headers_in_t, if_modified_since),
|
||||
ngx_http_process_header_line },
|
||||
ngx_http_process_unique_header_line },
|
||||
|
||||
{ ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent),
|
||||
ngx_http_process_header_line },
|
||||
|
Loading…
Reference in New Issue
Block a user