style fix

This commit is contained in:
Igor Sysoev 2009-08-28 07:50:45 +00:00
parent 5297d456d8
commit 1163af9fae

View File

@ -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;
}