From 3ae32483cd9315aef5066e2a06411e9ffb8a5560 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 8 Oct 2003 15:32:54 +0000 Subject: nginx-0.0.1-2003-10-08-19:32:54 import --- src/http/modules/proxy/ngx_http_proxy_handler.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.c') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.c b/src/http/modules/proxy/ngx_http_proxy_handler.c index 9333c954c..8be3aa341 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.c +++ b/src/http/modules/proxy/ngx_http_proxy_handler.c @@ -101,8 +101,12 @@ static char conn_close_header[] = "Connection: close" CRLF; static int ngx_http_proxy_translate_handler(ngx_http_request_t *r) { +#if 0 r->handler = ngx_http_proxy_handler; return NGX_OK; +#else + return NGX_DECLINED; +#endif } -- cgit