changeset 2625:754ab3d3fe18

fix r2579
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Mar 2009 14:15:47 +0000
parents 418c9f97bd01
children b0cfe5f66e8d
files src/http/ngx_http_parse.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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++;