comparison src/http/ngx_http_request.c @ 1115:f07a5f4017d9

finalize request to allow post_action
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Feb 2007 18:53:48 +0000
parents 82da2c898923
children 03f1133f24e8
comparison
equal deleted inserted replaced
1114:3f354952e91d 1115:f07a5f4017d9
1832 } 1832 }
1833 1833
1834 ngx_log_error(NGX_LOG_INFO, c->log, err, 1834 ngx_log_error(NGX_LOG_INFO, c->log, err,
1835 "client closed prematurely connection"); 1835 "client closed prematurely connection");
1836 1836
1837 ngx_http_close_request(r, 0); 1837 ngx_http_finalize_request(r, 0);
1838
1839 return;
1840 } 1838 }
1841 1839
1842 1840
1843 static void 1841 static void
1844 ngx_http_set_keepalive(ngx_http_request_t *r) 1842 ngx_http_set_keepalive(ngx_http_request_t *r)