mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
fix r2579
This commit is contained in:
parent
723f71ddfe
commit
f072a02ec5
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue