diff src/http/modules/proxy/ngx_http_proxy_handler.c @ 141:656d468f4ead

nginx-0.0.1-2003-10-08-19:32:54 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 08 Oct 2003 15:32:54 +0000
parents e32405df0e77
children 5526213be452
line wrap: on
line diff
--- 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[] = "Conne
 
 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
 }