comparison src/http/ngx_http.h @ 2821:26e06e009ced

allow to pass image filter errors via the same location where the filter is set
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 May 2009 14:52:50 +0000
parents 3daf68f2efe3
children 23e6f26fb4bd
comparison
equal deleted inserted replaced
2820:5eb4e2d2e9fa 2821:26e06e009ced
102 102
103 ngx_int_t ngx_http_send_header(ngx_http_request_t *r); 103 ngx_int_t ngx_http_send_header(ngx_http_request_t *r);
104 ngx_int_t ngx_http_special_response_handler(ngx_http_request_t *r, 104 ngx_int_t ngx_http_special_response_handler(ngx_http_request_t *r,
105 ngx_int_t error); 105 ngx_int_t error);
106 ngx_int_t ngx_http_filter_finalize_request(ngx_http_request_t *r, 106 ngx_int_t ngx_http_filter_finalize_request(ngx_http_request_t *r,
107 ngx_int_t error); 107 ngx_module_t *m, ngx_int_t error);
108 void ngx_http_clean_header(ngx_http_request_t *r); 108 void ngx_http_clean_header(ngx_http_request_t *r);
109 109
110 110
111 time_t ngx_http_parse_time(u_char *value, size_t len); 111 time_t ngx_http_parse_time(u_char *value, size_t len);
112 size_t ngx_http_get_time(char *buf, time_t t); 112 size_t ngx_http_get_time(char *buf, time_t t);