comparison src/http/ngx_http_upstream.h @ 1168:4d0d12446c3b

store the upstream states before X-Accel-Redirect to a next upstream
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Apr 2007 20:23:19 +0000
parents f59d15404269
children 13a4ce6e7f1e d59617e7e6a1
comparison
equal deleted inserted replaced
1167:b82cfb1c94ac 1168:4d0d12446c3b
230 ngx_msec_t timeout; 230 ngx_msec_t timeout;
231 231
232 ngx_str_t method; 232 ngx_str_t method;
233 233
234 ngx_http_upstream_state_t *state; 234 ngx_http_upstream_state_t *state;
235 ngx_array_t states; /* of ngx_http_upstream_state_t */
236 235
237 ngx_str_t uri; 236 ngx_str_t uri;
238 237
239 ngx_http_cleanup_pt *cleanup; 238 ngx_http_cleanup_pt *cleanup;
240 239