diff src/http/ngx_http_parse.c @ 2625:754ab3d3fe18

fix r2579
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Mar 2009 14:15:47 +0000
parents c65755e03084
children 20a655d8a1f8
line wrap: on
line diff
--- 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 *
 
     last = p + uri->len;
 
+    args->len = 0;
+
     while (p < last) {
 
         ch = *p++;