diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-28 07:50:45 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-28 07:50:45 +0000 |
commit | 1163af9fae396700700824cca21309476cf5dd51 (patch) | |
tree | ce3c1535ba98d0b09a06e757d38a1023cc8e9ae9 /src | |
parent | 5297d456d82a17b2511624d96c9518fcc61ba44f (diff) | |
download | nginx-1163af9fae396700700824cca21309476cf5dd51.tar.gz nginx-1163af9fae396700700824cca21309476cf5dd51.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_request.c | 6 |
1 files 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; } |