From 425a42ce3dfe0a24c5c6eb44285447b40e685291 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 27 Oct 2003 16:16:17 +0000 Subject: nginx-0.0.1-2003-10-27-19:16:17 import --- src/http/modules/proxy/ngx_http_proxy_handler.c | 1 + 1 file changed, 1 insertion(+) (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 ae6d5d148..0bb3cce40 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.c +++ b/src/http/modules/proxy/ngx_http_proxy_handler.c @@ -457,6 +457,7 @@ static void ngx_http_proxy_send_request(ngx_http_proxy_ctx_t *p) return; } + ngx_event_connect_peer_failed(&p->upstream); ngx_http_proxy_close_connection(c); } -- cgit