diff src/http/ngx_http_request.c @ 1434:0f0ce9a8eee9

If-Modified-Since should be unique header line
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Aug 2007 15:32:49 +0000
parents bfb6aacc0ab9
children 3263e4b17903
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -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 },