commit | b862cf4076da525716a72c3d5e7d0ec523eff57b | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Dec 14 14:33:00 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Dec 14 14:33:00 2007 +0000 |
tree | 35b59e83daa2edb8e4f7173fef342ef21103fda6 | |
parent | acb2f5d8c826ec1c4f7a12f7e88fffc0b9709f0b [diff] |
fix merge_slashes
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 66bd36e..b83810d 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -1039,7 +1039,7 @@ break; #endif case '/': - if (merge_slashes) { + if (!merge_slashes) { *u++ = ch; } break;