fix merge_slashes

This commit is contained in:
Igor Sysoev 2007-12-14 14:33:00 +00:00
parent acb2f5d8c8
commit b862cf4076

View File

@ -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;