mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
fix r2579
This commit is contained in:
parent
723f71ddfe
commit
f072a02ec5
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user