mirror of
https://github.com/nginx/nginx.git
synced 2026-08-31 17:10:58 +00:00
If-Modified-Since should be unique header line
This commit is contained in:
parent
7f789168ef
commit
4f62b73898
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue