comparison src/http/ngx_http_output_filter.h @ 60:50186b49f2ad

nginx-0.0.1-2003-02-11-10:14:40 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Feb 2003 07:14:40 +0000
parents d81326c3b21b
children 4f3e2abcc2c4
comparison
equal deleted inserted replaced
59:e8cdc2989cee 60:50186b49f2ad
19 19
20 typedef struct { 20 typedef struct {
21 ngx_hunk_t *hunk; 21 ngx_hunk_t *hunk;
22 ngx_chain_t *in; 22 ngx_chain_t *in;
23 ngx_chain_t out; 23 ngx_chain_t out;
24 unsigned last;
25 } ngx_http_output_filter_ctx_t; 24 } ngx_http_output_filter_ctx_t;
26 25
27 26
28 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk); 27 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk);
29 28