diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-17 21:11:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-17 21:11:27 +0000 |
commit | 22a7c50463654139e14b4645a1ac8e35feec9900 (patch) | |
tree | fdb5b6909391cf1c1e59f85d73e1900268c0f7d4 /src/http/modules/proxy/ngx_http_proxy_handler.c | |
parent | 9139cd23517a14e299ec96c675e8c9f96accf6bf (diff) | |
download | nginx-22a7c50463654139e14b4645a1ac8e35feec9900.tar.gz nginx-22a7c50463654139e14b4645a1ac8e35feec9900.zip |
nginx-0.0.2-2004-02-18-00:11:27 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.c')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |