| commit | 967fd637e08b6df4f635014fb572296372c89254 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Aug 27 15:40:59 2004 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Aug 27 15:40:59 2004 +0000 |
| tree | 4f9dfe10ea18abb68a6f0aaf774f5f5e7c54cc3b | |
| parent | 6d7332d02a043a92f2baf9bbe29949f3760a502c [diff] [blame] |
nginx-0.0.10-2004-08-27-19:40:59 import
diff --git a/src/core/ngx_output_chain.c b/src/core/ngx_output_chain.c index db4321b..f177076 100644 --- a/src/core/ngx_output_chain.c +++ b/src/core/ngx_output_chain.c
@@ -275,6 +275,10 @@ for (/* void */; in; in = in->next) { + + ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0, + "WRITER buf: %d", ngx_buf_size(in->buf)); + ngx_alloc_link_and_set_buf(cl, in->buf, ctx->pool, NGX_ERROR); *ctx->last = cl; ctx->last = &cl->next;