diff src/http/ngx_http_core_module.c @ 3836:9ccda889a355 stable-0.7

set r->valid_unparsed_uri just after request line processing, it allows to use X-Accel-Redirect'ed URI in a proxy_pass without URI part this fix corresponds to r3616
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Dec 2010 19:15:08 +0000
parents 8152369f7037
children
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -785,10 +785,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;