comparison src/http/modules/ngx_http_proxy_module.c @ 3629:a2a3378824ba

fix r3628
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 15:27:06 +0000
parents cf47471a9eda
children 12bd9e26fadb
comparison
equal deleted inserted replaced
3628:cf47471a9eda 3629:a2a3378824ba
79 typedef struct { 79 typedef struct {
80 ngx_http_status_t status; 80 ngx_http_status_t status;
81 ngx_http_proxy_vars_t vars; 81 ngx_http_proxy_vars_t vars;
82 size_t internal_body_length; 82 size_t internal_body_length;
83 } ngx_http_proxy_ctx_t; 83 } ngx_http_proxy_ctx_t;
84
85
86 #define NGX_HTTP_PROXY_PARSE_NO_HEADER 20
87 84
88 85
89 static ngx_int_t ngx_http_proxy_eval(ngx_http_request_t *r, 86 static ngx_int_t ngx_http_proxy_eval(ngx_http_request_t *r,
90 ngx_http_proxy_ctx_t *ctx, ngx_http_proxy_loc_conf_t *plcf); 87 ngx_http_proxy_ctx_t *ctx, ngx_http_proxy_loc_conf_t *plcf);
91 #if (NGX_HTTP_CACHE) 88 #if (NGX_HTTP_CACHE)