r1435 merge:

If-Modified-Since should be unique header line
This commit is contained in:
Igor Sysoev 2007-09-23 18:58:17 +00:00
parent 6657e717bd
commit b5b3731a0a

View File

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