# HG changeset patch # User Igor Sysoev # Date 1190573897 0 # Node ID 8f988b68097da86144a01c4805e09ee3d31b4c9c # Parent 43ea45d730936eda3c49a08cac3d21723c617977 r1435 merge: If-Modified-Since should be unique header line diff -r 43ea45d73093 -r 8f988b68097d src/http/ngx_http_request.c --- a/src/http/ngx_http_request.c Sun Sep 23 18:57:26 2007 +0000 +++ b/src/http/ngx_http_request.c Sun Sep 23 18:58:17 2007 +0000 @@ -76,7 +76,7 @@ { 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 },