]> git.kaiwu.me - nginx.git/commitdiff
If-Modified-Since should be unique header line
authorIgor Sysoev <igor@sysoev.ru>
Wed, 29 Aug 2007 15:32:49 +0000 (15:32 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 29 Aug 2007 15:32:49 +0000 (15:32 +0000)
src/http/ngx_http_request.c

index 87b6017a614566d860977d71c1683b84defa8a34..f3d8f48419cd487d31bc7051782e4801d68e4e5f 100644 (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 },