diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-16 11:28:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-16 11:28:33 +0000 |
commit | e5efadb60ee795e96a51116cc81451eeb3e397cc (patch) | |
tree | be116bd862b548be915d04d69559c808d5d5138c /src/http/ngx_http_parse.c | |
parent | 9ab9f0a220444146de2519e2181e8438d051f52c (diff) | |
download | nginx-e5efadb60ee795e96a51116cc81451eeb3e397cc.tar.gz nginx-e5efadb60ee795e96a51116cc81451eeb3e397cc.zip |
add 255th array element
Diffstat (limited to 'src/http/ngx_http_parse.c')
-rw-r--r-- | src/http/ngx_http_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |