comparison src/http/ngx_http_output_filter.h @ 26:53cb81681040

nginx-0.0.1-2002-12-15-09:25:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 06:25:09 +0000
parents 4f3879d9b6f6
children d5d4f3bba6f0
comparison
equal deleted inserted replaced
25:a8b156554dfe 26:53cb81681040
13 typedef struct { 13 typedef struct {
14 size_t hunk_size; 14 size_t hunk_size;
15 } ngx_http_output_filter_conf_t; 15 } ngx_http_output_filter_conf_t;
16 16
17 typedef struct { 17 typedef struct {
18 #if 0
18 int (*next_filter)(ngx_http_request_t *r, ngx_chain_t *ch); 19 int (*next_filter)(ngx_http_request_t *r, ngx_chain_t *ch);
20 #endif
19 ngx_hunk_t *hunk; 21 ngx_hunk_t *hunk;
20 ngx_chain_t *in; 22 ngx_chain_t *in;
21 ngx_chain_t out; 23 ngx_chain_t out;
22 unsigned last; 24 unsigned last;
23 } ngx_http_output_filter_ctx_t; 25 } ngx_http_output_filter_ctx_t;