comparison src/http/ngx_http_output_filter.c @ 143:5526213be452

nginx-0.0.1-2003-10-10-19:10:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Oct 2003 15:10:50 +0000
parents cb77c084acdb
children 5ac79e574285
comparison
equal deleted inserted replaced
142:cb77c084acdb 143:5526213be452
201 ngx_add_hunk_to_chain(ce, ctx->hunk, r->pool, NGX_ERROR); 201 ngx_add_hunk_to_chain(ce, ctx->hunk, r->pool, NGX_ERROR);
202 *ctx->last_out = ce; 202 *ctx->last_out = ce;
203 ctx->last_out = &ce->next; 203 ctx->last_out = &ce->next;
204 ctx->hunk = NULL; 204 ctx->hunk = NULL;
205 205
206 break; 206 if (ctx->free == NULL) {
207 break;
208 }
207 } 209 }
208 210
209 if (ctx->out == NULL && last != NGX_NONE) { 211 if (ctx->out == NULL && last != NGX_NONE) {
210 return last; 212 return last;
211 } 213 }