aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-21 07:47:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-21 07:47:21 +0000
commit9760a1336f0eb4057b6e2ccdd4b0145087102b17 (patch)
treedcaf614b7b3181c53eca9cbe7ff3c37f850c2804 /src/http/ngx_http_request.c
parent54276be80c35fcff04da8cd129452995e9ba8ba5 (diff)
downloadnginx-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.c1
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;
}
}