]> git.kaiwu.me - nginx.git/commitdiff
r1435 merge:
authorIgor Sysoev <igor@sysoev.ru>
Sun, 23 Sep 2007 18:58:17 +0000 (18:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 23 Sep 2007 18:58:17 +0000 (18:58 +0000)
If-Modified-Since should be unique header line

src/http/ngx_http_request.c

index 23a61d9420b1dc0a1e53c38cd2ff5f67a7cf05e7..9ec0cf7b97b55eb850bae3a1ccec1bb4d8380194 100644 (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 },