do not send RST on normal lingering close read timeout,

if reset_timedout_connection is on

patch by Maxim Dounin
This commit is contained in:
Igor Sysoev 2011-08-01 13:08:03 +00:00
parent bd7dfe44c5
commit 41c8a1d27f

View File

@ -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;
}