diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-06-15 09:31:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-15 09:31:19 +0000 |
commit | da7b5e15de6475c0acc6de770df3807c6324d0b2 (patch) | |
tree | 1c7e6c13075abb502ba1078876304e5c1b985905 /src/http/ngx_http_core_module.c | |
parent | d50e53e6754089fc2cd599761f9390d4aa712673 (diff) | |
download | nginx-da7b5e15de6475c0acc6de770df3807c6324d0b2.tar.gz nginx-da7b5e15de6475c0acc6de770df3807c6324d0b2.zip |
allow spaces in URI
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index d89342f0e..d0760f4c6 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -824,10 +824,6 @@ ngx_http_handler(ngx_http_request_t *r) r->phase_handler = cmcf->phase_engine.server_rewrite_index; } - if (r->unparsed_uri.len) { - r->valid_unparsed_uri = 1; - } - r->valid_location = 1; #if (NGX_HTTP_GZIP) r->gzip_tested = 0; |