mirror of
https://github.com/nginx/nginx.git
synced 2025-07-31 02:26:15 +08:00
If-Modified-Since should be unique header line
This commit is contained in:
parent
7f789168ef
commit
4f62b73898
@ -75,7 +75,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