comparison src/http/ngx_http_request.c @ 247:008276b9e061

nginx-0.0.1-2004-02-01-11:10:52 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 01 Feb 2004 08:10:52 +0000
parents 187dc0a3197d
children b6793bc5034b
comparison
equal deleted inserted replaced
246:6753e8cdaa2c 247:008276b9e061
1035 r = c->data; 1035 r = c->data;
1036 ngx_http_close_request(r, 0); 1036 ngx_http_close_request(r, 0);
1037 ngx_http_close_connection(c); 1037 ngx_http_close_connection(c);
1038 } 1038 }
1039 } 1039 }
1040
1041 return;
1042 } 1040 }
1043 1041
1044 1042
1045 int ngx_http_discard_body(ngx_http_request_t *r) 1043 int ngx_http_discard_body(ngx_http_request_t *r)
1046 { 1044 {