mirror of
https://github.com/nginx/nginx.git
synced 2025-07-24 14:16:20 +08:00
r1739 merge:
fix merge_slashes
This commit is contained in:
parent
07dac6cdeb
commit
024256d44d
@ -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…
Reference in New Issue
Block a user