mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 22:56:59 +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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case '/':
|
case '/':
|
||||||
if (merge_slashes) {
|
if (!merge_slashes) {
|
||||||
*u++ = ch;
|
*u++ = ch;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user