diff 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
line wrap: on
line diff
--- 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
     /* 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) {