mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
style fix
This commit is contained in:
parent
5297d456d8
commit
1163af9fae
@ -2039,9 +2039,9 @@ ngx_http_terminate_request(ngx_http_request_t *r, ngx_int_t rc)
|
||||
"http terminate cleanup count: %d", mr->count);
|
||||
|
||||
if (mr->write_event_handler) {
|
||||
mr->posted_requests = NULL;
|
||||
mr->write_event_handler = ngx_http_terminate_handler;
|
||||
(void) ngx_http_post_request(mr);
|
||||
mr->posted_requests = NULL;
|
||||
mr->write_event_handler = ngx_http_terminate_handler;
|
||||
(void) ngx_http_post_request(mr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user