]> git.kaiwu.me - nginx.git/commitdiff
add 255th array element
authorIgor Sysoev <igor@sysoev.ru>
Mon, 16 Oct 2006 11:28:33 +0000 (11:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 16 Oct 2006 11:28:33 +0000 (11:28 +0000)
src/http/ngx_http_parse.c

index 6017414f3ab3be41a959b2c8fb8f49bdeaaaf93d..b5e2359b69436476e33d4ce068bed2568e25f54d 100644 (file)
@@ -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;