comparison src/http/ngx_http_copy_filter.c @ 386:fa72605e7089

nginx-0.0.7-2004-07-12-01:03:47 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 11 Jul 2004 21:03:47 +0000
parents 55e496a8ece3
children da8c5707af39
comparison
equal deleted inserted replaced
385:79050a10aacb 386:fa72605e7089
85 ctx->output_filter = (ngx_output_chain_filter_pt) ngx_http_next_filter; 85 ctx->output_filter = (ngx_output_chain_filter_pt) ngx_http_next_filter;
86 ctx->filter_ctx = r; 86 ctx->filter_ctx = r;
87 87
88 } 88 }
89 89
90 return ngx_output_chain(ctx, in); 90 return ngx_output_chain(ctx, in);
91 } 91 }
92 92
93 93
94 static void *ngx_http_copy_filter_create_conf(ngx_conf_t *cf) 94 static void *ngx_http_copy_filter_create_conf(ngx_conf_t *cf)
95 { 95 {