diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-06 16:12:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-06 16:12:16 +0000 |
commit | 81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3 (patch) | |
tree | 2fc767b2b984c999342761308464c701c6d09457 /src/http/modules/proxy/ngx_http_proxy_handler.c | |
parent | 40e877165a22f19359344d897c68da4fce62f6c1 (diff) | |
download | nginx-81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3.tar.gz nginx-81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3.zip |
nginx-0.0.7-2004-07-06-20:12:16 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 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) { |