From f072a02ec51385d97cc5033dc9e26e5daa64837d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 30 Mar 2009 14:15:47 +0000 Subject: fix r2579 --- src/http/ngx_http_parse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 87b65395b..49f536a85 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -1534,6 +1534,8 @@ ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri, ngx_str_t *args) last = p + uri->len; + args->len = 0; + while (p < last) { ch = *p++; -- cgit