From 22a7c50463654139e14b4645a1ac8e35feec9900 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 17 Feb 2004 21:11:27 +0000 Subject: nginx-0.0.2-2004-02-18-00:11:27 import --- src/http/modules/proxy/ngx_http_proxy_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/proxy') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.c b/src/http/modules/proxy/ngx_http_proxy_handler.c index 59b1c06e8..68e9032c2 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.c +++ b/src/http/modules/proxy/ngx_http_proxy_handler.c @@ -532,7 +532,7 @@ void ngx_http_proxy_close_connection(ngx_http_proxy_ctx_t *p) /* TODO: move connection to the connection pool */ if (ngx_del_conn) { - ngx_del_conn(c); + ngx_del_conn(c, NGX_CLOSE_EVENT); } else { if (c->read->active) { -- cgit