From ab0c4f5038cec58e23a023d8a1e01be038504e3e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 28 Oct 2003 15:45:41 +0000 Subject: nginx-0.0.1-2003-10-28-18:45:41 import --- src/http/modules/proxy/ngx_http_proxy_handler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 0f43f4f3b..f371cbc1c 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -32,6 +32,8 @@ typedef struct { ssize_t temp_file_write_size; int cyclic_temp_file; + int pass_server; + int next_upstream; ngx_path_t *temp_path; -- cgit