From 2515f8efe9b1bf732c803a602e28ba94b5cabde8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 15 Jun 2010 15:27:06 +0000 Subject: fix r3628 --- src/http/modules/ngx_http_proxy_module.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/http/modules/ngx_http_proxy_module.c') diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index 94ef73660..de591a7fc 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c @@ -83,9 +83,6 @@ typedef struct { } ngx_http_proxy_ctx_t; -#define NGX_HTTP_PROXY_PARSE_NO_HEADER 20 - - static ngx_int_t ngx_http_proxy_eval(ngx_http_request_t *r, ngx_http_proxy_ctx_t *ctx, ngx_http_proxy_loc_conf_t *plcf); #if (NGX_HTTP_CACHE) -- cgit