comparison src/core/ngx_output_chain.c @ 167:8aef3c72e5da

nginx-0.0.1-2003-10-30-19:51:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2003 16:51:33 +0000
parents 389d7ee9fa60
children c42be4185301
comparison
equal deleted inserted replaced
166:389d7ee9fa60 167:8aef3c72e5da
14 14
15 15
16 int ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in) 16 int ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in)
17 { 17 {
18 int rc, last; 18 int rc, last;
19 ssize_t size, hsize; 19 size_t hsize;
20 ssize_t size;
20 ngx_chain_t *cl, *out, **last_out; 21 ngx_chain_t *cl, *out, **last_out;
21 22
22 /* 23 /*
23 * the short path for the case when the chain ctx->in is empty 24 * the short path for the case when the chain ctx->in is empty
24 * and the incoming chain is empty too or it has the single hunk 25 * and the incoming chain is empty too or it has the single hunk