aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_parse.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-16 11:28:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-16 11:28:33 +0000
commite5efadb60ee795e96a51116cc81451eeb3e397cc (patch)
treebe116bd862b548be915d04d69559c808d5d5138c /src/http/ngx_http_parse.c
parent9ab9f0a220444146de2519e2181e8438d051f52c (diff)
downloadnginx-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.c2
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;