From 0c56e5ce8e845074329851bcb03738e1dc4226dc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 23 May 2006 14:52:27 +0000 Subject: Changes with nginx 0.3.47 23 May 2006 *) Feature: the "upstream" directive. *) Change: now the "" escape symbol in the """ and "'" pairs in the SSI command is always removed. --- src/http/ngx_http_request.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_request.c') 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; -- cgit v1.2.1