comparison 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
comparison
equal deleted inserted replaced
2624:418c9f97bd01 2625:754ab3d3fe18
1532 1532
1533 p = uri->data; 1533 p = uri->data;
1534 1534
1535 last = p + uri->len; 1535 last = p + uri->len;
1536 1536
1537 args->len = 0;
1538
1537 while (p < last) { 1539 while (p < last) {
1538 1540
1539 ch = *p++; 1541 ch = *p++;
1540 1542
1541 if (ch == '?') { 1543 if (ch == '?') {