comparison src/http/modules/proxy/ngx_http_proxy_handler.c @ 261:bdd631bf1a1c

nginx-0.0.2-2004-02-18-00:11:27 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Feb 2004 21:11:27 +0000
parents 70e1c7d2b83d
children 35a6a9df2d25
comparison
equal deleted inserted replaced
260:5dacbb4daaf6 261:bdd631bf1a1c
530 } 530 }
531 531
532 /* TODO: move connection to the connection pool */ 532 /* TODO: move connection to the connection pool */
533 533
534 if (ngx_del_conn) { 534 if (ngx_del_conn) {
535 ngx_del_conn(c); 535 ngx_del_conn(c, NGX_CLOSE_EVENT);
536 536
537 } else { 537 } else {
538 if (c->read->active) { 538 if (c->read->active) {
539 ngx_del_event(c->read, NGX_READ_EVENT, NGX_CLOSE_EVENT); 539 ngx_del_event(c->read, NGX_READ_EVENT, NGX_CLOSE_EVENT);
540 } 540 }