commit | 42feecbdb694e114e034f0be67d19bba4165c363 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Dec 15 06:25:09 2002 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Dec 15 06:25:09 2002 +0000 |
tree | aea7c9c7c12f3cfef321901ddf92846815f1b876 | |
parent | 3add464b545b5dd29d07873b84f90fb77021d0c4 [diff] [blame] |
nginx-0.0.1-2002-12-15-09:25:09 import
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 2b4cc72..7d1cc23 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -110,7 +110,7 @@ } break; - /* check dot after slash */ + /* check "/." or "//" */ case sw_after_slash_in_uri: switch (ch) { case CR: @@ -132,8 +132,9 @@ state = sw_uri; break; case '/': +#if (WIN32) r->complex_uri = 1; - state = sw_uri; +#endif break; case '?': r->args_start = p;