From 81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 6 Jul 2004 16:12:16 +0000 Subject: nginx-0.0.7-2004-07-06-20:12:16 import --- src/http/modules/proxy/ngx_http_proxy_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.c') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.c b/src/http/modules/proxy/ngx_http_proxy_handler.c index 5479717b9..4f8fbda67 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.c +++ b/src/http/modules/proxy/ngx_http_proxy_handler.c @@ -656,7 +656,7 @@ void ngx_http_proxy_close_connection(ngx_http_proxy_ctx_t *p) * because another thread may reopen the same file descriptor * before we clean the connection */ - + if (ngx_mutex_lock(ngx_posted_events_mutex) == NGX_OK) { if (c->read->prev) { -- cgit v1.2.3