comparison src/http/modules/proxy/ngx_http_proxy_upstream.c @ 380:5ce6561246a5

nginx-0.0.7-2004-07-07-10:15:04 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 06:15:04 +0000
parents 41437e4fd9b4
children 35fe251cd231
comparison
equal deleted inserted replaced
379:73688d5d7fc3 380:5ce6561246a5
571 ngx_output_chain_ctx_t *output; 571 ngx_output_chain_ctx_t *output;
572 ngx_chain_writer_ctx_t *writer; 572 ngx_chain_writer_ctx_t *writer;
573 573
574 p->action = "connecting to upstream"; 574 p->action = "connecting to upstream";
575 575
576 p->request->connection->single_connection = 0;
577
576 rc = ngx_event_connect_peer(&p->upstream->peer); 578 rc = ngx_event_connect_peer(&p->upstream->peer);
577 579
578 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, p->request->connection->log, 0, 580 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, p->request->connection->log, 0,
579 "http proxy connect: %d", rc); 581 "http proxy connect: %d", rc);
580 582