comparison src/http/ngx_http.h @ 142:cb77c084acdb

nginx-0.0.1-2003-10-09-11:00:45 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Oct 2003 07:00:45 +0000
parents 2a615b036870
children 5526213be452
comparison
equal deleted inserted replaced
141:656d468f4ead 142:cb77c084acdb
52 void ngx_http_handler(ngx_http_request_t *r); 52 void ngx_http_handler(ngx_http_request_t *r);
53 void ngx_http_finalize_request(ngx_http_request_t *r, int error); 53 void ngx_http_finalize_request(ngx_http_request_t *r, int error);
54 void ngx_http_set_write_handler(ngx_http_request_t *r); 54 void ngx_http_set_write_handler(ngx_http_request_t *r);
55 55
56 56
57 int ngx_http_send_last(ngx_http_request_t *r);
57 void ngx_http_close_request(ngx_http_request_t *r, int error); 58 void ngx_http_close_request(ngx_http_request_t *r, int error);
58 void ngx_http_close_connection(ngx_connection_t *c); 59 void ngx_http_close_connection(ngx_connection_t *c);
59 60
60 61
61 62