comparison src/http/ngx_http_output_filter.c @ 104:7db96f59bc29

nginx-0.0.1-2003-06-12-09:54:39 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Jun 2003 05:54:39 +0000
parents 6dfda4cf5200
children 571bcbff82c5
comparison
equal deleted inserted replaced
103:6dfda4cf5200 104:7db96f59bc29
67 67
68 68
69 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk) 69 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk)
70 { 70 {
71 int rc; 71 int rc;
72 size_t size; 72 ssize_t size;
73 ngx_chain_t *ce, *le; 73 ngx_chain_t *ce, *le;
74 ngx_http_output_filter_ctx_t *ctx; 74 ngx_http_output_filter_ctx_t *ctx;
75 ngx_http_output_filter_conf_t *conf; 75 ngx_http_output_filter_conf_t *conf;
76 76
77 ctx = ngx_http_get_module_ctx(r->main ? r->main : r, 77 ctx = ngx_http_get_module_ctx(r->main ? r->main : r,