Latest update - 7353

This commit is contained in:
2018-09-11 08:44:35 +09:00
parent 248354095a
commit 27d60067fd
3 changed files with 42 additions and 6 deletions
+4
View File
@@ -3313,6 +3313,10 @@ ngx_http_lingering_close_handler(ngx_event_t *rev)
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, "lingering read: %z", n);
if (n == NGX_AGAIN) {
break;
}
if (n == NGX_ERROR || n == 0) {
ngx_http_close_request(r, 0);
return;