comparison src/http/modules/proxy/ngx_http_proxy_upstream.c @ 362:7650aea1816f

nginx-0.0.7-2004-06-21-19:59:32 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Jun 2004 15:59:32 +0000
parents e366ba5db8f8
children 744ccb59062d
comparison
equal deleted inserted replaced
361:446782c909b3 362:7650aea1816f
603 output = p->upstream->output_chain_ctx; 603 output = p->upstream->output_chain_ctx;
604 writer = output->filter_ctx; 604 writer = output->filter_ctx;
605 writer->out = NULL; 605 writer->out = NULL;
606 writer->last = &writer->out; 606 writer->last = &writer->out;
607 writer->connection = c; 607 writer->connection = c;
608 writer->limit = OFF_T_MAX_VALUE;
608 609
609 if (p->upstream->peer.tries > 1 && p->request_sent) { 610 if (p->upstream->peer.tries > 1 && p->request_sent) {
610 ngx_http_proxy_reinit_upstream(p); 611 ngx_http_proxy_reinit_upstream(p);
611 } 612 }
612 613