pull/450/merge
Chizhong Jin 2 days ago committed by GitHub
commit 8ccf918fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/http/ngx_http_request.c

@ -2853,7 +2853,7 @@ ngx_http_terminate_request(ngx_http_request_t *r, ngx_int_t rc)
"http terminate cleanup count:%d blk:%d",
mr->count, mr->blocked);
if (mr->write_event_handler) {
if (!mr->connection->error && mr->write_event_handler) {
if (mr->blocked) {
r = r->connection->data;

Loading…
Cancel
Save