commit | 22a7c50463654139e14b4645a1ac8e35feec9900 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Feb 17 21:11:27 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Feb 17 21:11:27 2004 +0000 |
tree | fdb5b6909391cf1c1e59f85d73e1900268c0f7d4 | |
parent | 9139cd23517a14e299ec96c675e8c9f96accf6bf [diff] [blame] |
nginx-0.0.2-2004-02-18-00:11:27 import
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index d93c61c..530b69c 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c
@@ -1538,7 +1538,7 @@ } if (ngx_del_conn) { - ngx_del_conn(c); + ngx_del_conn(c, NGX_CLOSE_EVENT); } else { if (c->read->active || c->read->disabled) {