fix r2579

This commit is contained in:
Igor Sysoev 2009-03-30 14:15:47 +00:00
parent 723f71ddfe
commit f072a02ec5

View File

@ -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++;