commit | f072a02ec51385d97cc5033dc9e26e5daa64837d | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Mar 30 14:15:47 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Mar 30 14:15:47 2009 +0000 |
tree | 5b71077a018566952028d0978328fb59f4103d5a | |
parent | 723f71ddfe00d40b42b5582a55406e474401d3fd [diff] [blame] |
fix r2579
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 87b6539..49f536a 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -1534,6 +1534,8 @@ last = p + uri->len; + args->len = 0; + while (p < last) { ch = *p++;