do not send RST on normal lingering close read timeout, if reset_timedout_connection is on patch by Maxim Dounin
Igor Sysoev
10 years ago
1 changed file(s) with
0 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-1
src/http/ngx_http_request.c
less
more
2772
2772
"http lingering close handler");
2773
2773
2774
2774
if (rev->timedout) {
2775
c->timedout = 1;
2776
2775
ngx_http_close_request(r, 0);
2777
2776
return;
2778
2777
}