comparison src/http/ngx_http_upstream.h @ 435:e7dbea1ee115 NGINX_0_7_25

nginx 0.7.25 *) Change: in subrequest processing. *) Change: now POSTs without "Content-Length" header line are allowed. *) Bugfix: now the "limit_req" and "limit_conn" directives log a prohibition reason. *) Bugfix: in the "delete" parameter of the "geo" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 08 Dec 2008 00:00:00 +0300
parents b4f69f2ef02c
children dac47e9ef0d5
comparison
equal deleted inserted replaced
434:f64d9e30046c 435:e7dbea1ee115
215 ngx_resolver_ctx_t *ctx; 215 ngx_resolver_ctx_t *ctx;
216 } ngx_http_upstream_resolved_t; 216 } ngx_http_upstream_resolved_t;
217 217
218 218
219 struct ngx_http_upstream_s { 219 struct ngx_http_upstream_s {
220 ngx_event_handler_pt read_event_handler;
221 ngx_event_handler_pt write_event_handler;
222
220 ngx_peer_connection_t peer; 223 ngx_peer_connection_t peer;
221 224
222 ngx_event_pipe_t *pipe; 225 ngx_event_pipe_t *pipe;
223 226
224 ngx_chain_t *request_bufs; 227 ngx_chain_t *request_bufs;