From: Igor Sysoev Date: Mon, 16 Oct 2006 11:28:33 +0000 (+0000) Subject: add 255th array element X-Git-Tag: release-0.4.10~19 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=e5efadb60ee795e96a51116cc81451eeb3e397cc;p=nginx.git add 255th array element --- diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 6017414f3..b5e2359b6 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -545,7 +545,7 @@ ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b) "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; state = r->state; hash = r->header_hash;