comparison src/http/ngx_http_request.c @ 3051:26dfc0fa22c8

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Aug 2009 07:50:45 +0000
parents f54b02dbb12b
children 6060225e9261
comparison
equal deleted inserted replaced
3050:f54b02dbb12b 3051:26dfc0fa22c8
2037 2037
2038 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 2038 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
2039 "http terminate cleanup count: %d", mr->count); 2039 "http terminate cleanup count: %d", mr->count);
2040 2040
2041 if (mr->write_event_handler) { 2041 if (mr->write_event_handler) {
2042 mr->posted_requests = NULL; 2042 mr->posted_requests = NULL;
2043 mr->write_event_handler = ngx_http_terminate_handler; 2043 mr->write_event_handler = ngx_http_terminate_handler;
2044 (void) ngx_http_post_request(mr); 2044 (void) ngx_http_post_request(mr);
2045 return; 2045 return;
2046 } 2046 }
2047 2047
2048 ngx_http_close_request(mr, rc); 2048 ngx_http_close_request(mr, rc);
2049 } 2049 }