changeset 1517:8f988b68097d stable-0.5

r1435 merge: If-Modified-Since should be unique header line
author Igor Sysoev <igor@sysoev.ru>
date Sun, 23 Sep 2007 18:58:17 +0000
parents 43ea45d73093
children c97479745dd4
files src/http/ngx_http_request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -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 },