diff src/http/ngx_http_core_module.c @ 3615:31e9677b15a1

allow spaces in URI
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 09:31:19 +0000
parents 64bd39f03182
children 920919d9148c
line wrap: on
line diff
--- 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;