comparison src/http/ngx_http.h @ 88:674d333f4296

nginx-0.0.1-2003-05-14-21:13:13 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 May 2003 17:13:13 +0000
parents 5f6d848dcbef
children 29bf798b583f
comparison
equal deleted inserted replaced
87:5f6d848dcbef 88:674d333f4296
232 /**/ 232 /**/
233 233
234 void ngx_http_init_connection(ngx_connection_t *c); 234 void ngx_http_init_connection(ngx_connection_t *c);
235 int ngx_parse_http_request_line(ngx_http_request_t *r); 235 int ngx_parse_http_request_line(ngx_http_request_t *r);
236 int ngx_parse_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h); 236 int ngx_parse_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h);
237 int ngx_http_handler(ngx_http_request_t *r); 237 void ngx_http_handler(ngx_http_request_t *r);
238 void ngx_http_finalize_request(ngx_http_request_t *r, int error); 238 void ngx_http_finalize_request(ngx_http_request_t *r, int error);
239 void ngx_http_set_write_handler(ngx_http_request_t *r); 239 void ngx_http_set_write_handler(ngx_http_request_t *r);
240 240
241 241
242 void ngx_http_close_request(ngx_http_request_t *r, int error); 242 void ngx_http_close_request(ngx_http_request_t *r, int error);