aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/proxy/ngx_http_proxy_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-28 15:45:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-28 15:45:41 +0000
commitab0c4f5038cec58e23a023d8a1e01be038504e3e (patch)
tree2857bfcbd81676e018df566a94004ea3d942764e /src/http/modules/proxy/ngx_http_proxy_handler.h
parent2b0c76cfbdfd660242f47ce66a4d54d30f9b23e8 (diff)
downloadnginx-ab0c4f5038cec58e23a023d8a1e01be038504e3e.tar.gz
nginx-ab0c4f5038cec58e23a023d8a1e01be038504e3e.zip
nginx-0.0.1-2003-10-28-18:45:41 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
-rw-r--r--src/http/modules/proxy/ngx_http_proxy_handler.h2
1 files changed, 2 insertions, 0 deletions
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;