aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-05-23 14:54:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-05-23 14:54:58 +0000
commit6f134cc2751846c7fb64e8862dfe8d57185872af (patch)
treedc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /src/http/ngx_http_request.c
parente425c20bbe6b401f1f816fded996543212e08b0c (diff)
downloadnginx-release-0.3.47.tar.gz
nginx-release-0.3.47.zip
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index d8d8936d0..4f7d24fa5 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -666,6 +666,8 @@ ngx_http_process_request_line(ngx_event_t *rev)
c->write->handler = ngx_http_request_handler;
r->read_event_handler = ngx_http_block_read;
+ r->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1;
+
ngx_http_handler(r);
return;