If-Modified-Since should be unique header line

This commit is contained in:
Igor Sysoev 2007-08-29 15:32:49 +00:00
parent 7f789168ef
commit 4f62b73898

View File

@ -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 },