comparison src/core/ngx_output_chain.c @ 362:7650aea1816f

nginx-0.0.7-2004-06-21-19:59:32 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Jun 2004 15:59:32 +0000
parents 2e3cbc1bbe3c
children f8f0f1834266
comparison
equal deleted inserted replaced
361:446782c909b3 362:7650aea1816f
272 } 272 }
273 273
274 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0, 274 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0,
275 "WRITER0: %X", ctx->out); 275 "WRITER0: %X", ctx->out);
276 276
277 ctx->out = ngx_write_chain(ctx->connection, ctx->out); 277 ctx->out = ngx_write_chain(ctx->connection, ctx->out, ctx->limit);
278 278
279 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0, 279 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0,
280 "WRITER1: %X", ctx->out); 280 "WRITER1: %X", ctx->out);
281 281
282 if (ctx->out == NGX_CHAIN_ERROR) { 282 if (ctx->out == NGX_CHAIN_ERROR) {