mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
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:
parent
bd7dfe44c5
commit
41c8a1d27f
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue