mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Merge 1fc3c1814e
into ecb809305e
This commit is contained in:
commit
8d2d44ec47
@ -2739,7 +2739,7 @@ ngx_http_terminate_request(ngx_http_request_t *r, ngx_int_t rc)
|
|||||||
"http terminate cleanup count:%d blk:%d",
|
"http terminate cleanup count:%d blk:%d",
|
||||||
mr->count, mr->blocked);
|
mr->count, mr->blocked);
|
||||||
|
|
||||||
if (mr->write_event_handler) {
|
if (!mr->connection->error && mr->write_event_handler) {
|
||||||
|
|
||||||
if (mr->blocked) {
|
if (mr->blocked) {
|
||||||
r = r->connection->data;
|
r = r->connection->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user