Latest update - 7313

This commit is contained in:
2018-07-12 23:33:08 +09:00
parent 5860d6c73a
commit dec5a2d2c0
+1
View File
@@ -2355,6 +2355,7 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)
|| rc == NGX_HTTP_NO_CONTENT)
{
if (rc == NGX_HTTP_CLOSE) {
c->timedout = 1;
ngx_http_terminate_request(r, rc);
return;
}