comparison src/http/ngx_http_request.c @ 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 bb61a910e832
children 81fa2dadc124
comparison
equal deleted inserted replaced
1516:43ea45d73093 1517:8f988b68097d
74 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection), 74 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection),
75 ngx_http_process_unique_header_line }, 75 ngx_http_process_unique_header_line },
76 76
77 { ngx_string("If-Modified-Since"), 77 { ngx_string("If-Modified-Since"),
78 offsetof(ngx_http_headers_in_t, if_modified_since), 78 offsetof(ngx_http_headers_in_t, if_modified_since),
79 ngx_http_process_header_line }, 79 ngx_http_process_unique_header_line },
80 80
81 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent), 81 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent),
82 ngx_http_process_header_line }, 82 ngx_http_process_header_line },
83 83
84 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer), 84 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer),