comparison src/core/ngx_output_chain.c @ 254:f3ec44f4a53b NGINX_0_4_12

nginx 0.4.12 *) Feature: the ngx_http_perl_module supports the $r->variable method. *) Bugfix: if a big static file was included using SSI in a response, then the response may be transferred incomplete. *) Bugfix: nginx did not omit the "#fragment" part in URI.
author Igor Sysoev <http://sysoev.ru>
date Tue, 31 Oct 2006 00:00:00 +0300
parents 36af50a5582d
children 9b7db0df50f0
comparison
equal deleted inserted replaced
253:b75231e1a353 254:f3ec44f4a53b
443 #endif 443 #endif
444 444
445 size += ngx_buf_size(in->buf); 445 size += ngx_buf_size(in->buf);
446 446
447 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0, 447 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0,
448 "chain writer buf size: %uz", ngx_buf_size(in->buf)); 448 "chain writer buf size: %uO", ngx_buf_size(in->buf));
449 449
450 cl = ngx_alloc_chain_link(ctx->pool); 450 cl = ngx_alloc_chain_link(ctx->pool);
451 if (cl == NULL) { 451 if (cl == NULL) {
452 return NGX_ERROR; 452 return NGX_ERROR;
453 } 453 }