diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-23 18:58:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-23 18:58:17 +0000 |
| commit | b5b3731a0a104db31b07036a2cc4fc3b67051def (patch) | |
| tree | 57b1cc389e4ca18d592d54bd0336f77469fc94bc | |
| parent | 6657e717bdd23027d6fc83d44dae8692e2146427 (diff) | |
| download | nginx-b5b3731a0a104db31b07036a2cc4fc3b67051def.tar.gz nginx-b5b3731a0a104db31b07036a2cc4fc3b67051def.tar.bz2 | |
r1435 merge:
If-Modified-Since should be unique header line
| -rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 23a61d942..9ec0cf7b9 100644 --- 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 }, |
