comparison 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
comparison
equal deleted inserted replaced
140:e32405df0e77 141:656d468f4ead
99 99
100 100
101 101
102 static int ngx_http_proxy_translate_handler(ngx_http_request_t *r) 102 static int ngx_http_proxy_translate_handler(ngx_http_request_t *r)
103 { 103 {
104 #if 0
104 r->handler = ngx_http_proxy_handler; 105 r->handler = ngx_http_proxy_handler;
105 return NGX_OK; 106 return NGX_OK;
107 #else
108 return NGX_DECLINED;
109 #endif
106 } 110 }
107 111
108 112
109 static int ngx_http_proxy_handler(ngx_http_request_t *r) 113 static int ngx_http_proxy_handler(ngx_http_request_t *r)
110 { 114 {