comparison src/http/ngx_http_output_filter.c @ 294:5cfd65b8b0a7

nginx-0.0.3-2004-03-23-09:01:52 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Mar 2004 06:01:52 +0000
parents 4db54fdbcbe7
children 8733703a37f3
comparison
equal deleted inserted replaced
293:ec3c049681fd 294:5cfd65b8b0a7
75 ctx->bufs = conf->bufs; 75 ctx->bufs = conf->bufs;
76 ctx->tag = (ngx_hunk_tag_t) &ngx_http_output_filter_module; 76 ctx->tag = (ngx_hunk_tag_t) &ngx_http_output_filter_module;
77 77
78 ctx->output_filter = (ngx_output_chain_filter_pt) 78 ctx->output_filter = (ngx_output_chain_filter_pt)
79 ngx_http_top_body_filter; 79 ngx_http_top_body_filter;
80 ctx->output_ctx = r; 80 ctx->filter_ctx = r;
81 81
82 } 82 }
83 83
84 return ngx_output_chain(ctx, in); 84 return ngx_output_chain(ctx, in);
85 } 85 }