From 1163af9fae396700700824cca21309476cf5dd51 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Aug 2009 07:50:45 +0000 Subject: [PATCH] style fix --- src/http/ngx_http_request.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 07bd56302..ea8843bfc 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -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; }