comparison src/core/ngx_output_chain.c @ 395:f8f0f1834266

nginx-0.0.7-2004-07-16-21:11:43 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jul 2004 17:11:43 +0000
parents 7650aea1816f
children f209f3391020
comparison
equal deleted inserted replaced
394:e7a68e14ccd3 395:f8f0f1834266
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, ctx->limit); 277 ctx->out = ngx_send_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) {