mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 04:12:05 +00:00
fix merge_slashes
This commit is contained in:
parent
acb2f5d8c8
commit
b862cf4076
1 changed files with 1 additions and 1 deletions
|
|
@ -1039,7 +1039,7 @@ ngx_http_parse_complex_uri(ngx_http_request_t *r, ngx_uint_t merge_slashes)
|
|||
break;
|
||||
#endif
|
||||
case '/':
|
||||
if (merge_slashes) {
|
||||
if (!merge_slashes) {
|
||||
*u++ = ch;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue