summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-08-29 12:56:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-08-29 12:56:09 +0000
commit8f8839f98db7c44f821e68f28614094e30fb8b22 (patch)
tree0010548b3a9e43a9bfbdcee717660fd5cdfd2679 /src/http/ngx_http_upstream.h
parent1c95e6c3050bf2114d72029824fdadf001cc300e (diff)
downloadnginx-8f8839f98db7c44f821e68f28614094e30fb8b22.tar.gz
nginx-8f8839f98db7c44f821e68f28614094e30fb8b22.tar.bz2
Merge of r3964, r3977, r3978:
Proxy related fixes: *) finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait for another send_timeout before actually closing client's connection if client timed out while still talking to upstream server *) update r3945 with more descriptive error message *) test length of proxy_pass with variables; patch by Lanshun Zhou
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 01e2e1e51..fa848c0d3 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -179,6 +179,7 @@ typedef struct {
ngx_flag_t ssl_session_reuse;
#endif
+ ngx_str_t module;
} ngx_http_upstream_conf_t;