diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-21 07:47:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-21 07:47:21 +0000 |
commit | 9760a1336f0eb4057b6e2ccdd4b0145087102b17 (patch) | |
tree | dcaf614b7b3181c53eca9cbe7ff3c37f850c2804 /src/http/ngx_http_request.c | |
parent | 54276be80c35fcff04da8cd129452995e9ba8ba5 (diff) | |
download | nginx-9760a1336f0eb4057b6e2ccdd4b0145087102b17.tar.gz nginx-9760a1336f0eb4057b6e2ccdd4b0145087102b17.zip |
nginx-0.0.1-2003-10-21-11:47:21 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index fb5bf2c48..a33c8c6ad 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -583,6 +583,7 @@ static void ngx_http_process_request_headers(ngx_event_t *rev) if (ngx_strcasecmp(headers_in[i].name.data, h->key.data) == 0) { *((ngx_table_elt_t **) ((char *) &r->headers_in + headers_in[i].offset)) = h; + break; } } |