fix r2579
Igor Sysoev
13 years ago
1 changed file(s) with
2 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-0
src/http/ngx_http_parse.c
less
more
1533
1533
1534
1534
last = p + uri->len;
1535
1535
1536
args->len = 0;
1537
1536
1538
while (p < last) {
1537
1539
1538
1540
ch = *p++;