comparison 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
comparison
equal deleted inserted replaced
1433:8144200f6fa3 1434:0f0ce9a8eee9
73 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection), 73 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection),
74 ngx_http_process_unique_header_line }, 74 ngx_http_process_unique_header_line },
75 75
76 { ngx_string("If-Modified-Since"), 76 { ngx_string("If-Modified-Since"),
77 offsetof(ngx_http_headers_in_t, if_modified_since), 77 offsetof(ngx_http_headers_in_t, if_modified_since),
78 ngx_http_process_header_line }, 78 ngx_http_process_unique_header_line },
79 79
80 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent), 80 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent),
81 ngx_http_process_header_line }, 81 ngx_http_process_header_line },
82 82
83 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer), 83 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer),