summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-04-18 20:23:19 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-04-18 20:23:19 +0000
commite0f866273f276b6d1848ee0f4f9f476c0c68150c (patch)
tree4382ee5ecd827ee5e700f8f7f204f2ac2208401b /src/http/ngx_http_upstream.h
parenteb21763fa13fb746987e39a571abbc8a510ae33a (diff)
downloadnginx-e0f866273f276b6d1848ee0f4f9f476c0c68150c.tar.gz
nginx-e0f866273f276b6d1848ee0f4f9f476c0c68150c.tar.bz2
store the upstream states before X-Accel-Redirect to a next upstream
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 534400a1e..b2e3f3e93 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -232,7 +232,6 @@ struct ngx_http_upstream_s {
ngx_str_t method;
ngx_http_upstream_state_t *state;
- ngx_array_t states; /* of ngx_http_upstream_state_t */
ngx_str_t uri;