From: Igor Sysoev Date: Mon, 1 Aug 2011 13:08:03 +0000 (+0000) Subject: do not send RST on normal lingering close read timeout, X-Git-Tag: release-1.1.0~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=41c8a1d27f477887862a70d28044b9e5eea808ab;p=nginx.git do not send RST on normal lingering close read timeout, if reset_timedout_connection is on patch by Maxim Dounin --- diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 3a21111fa..bcd5eb827 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -2773,7 +2773,6 @@ ngx_http_lingering_close_handler(ngx_event_t *rev) "http lingering close handler"); if (rev->timedout) { - c->timedout = 1; ngx_http_close_request(r, 0); return; }