comparison src/http/modules/ngx_http_sub_filter_module.c @ 441:fd759445d8a8 NGINX_0_7_28

nginx 0.7.28 *) Change: in memory allocation in the ngx_http_gzip_filter_module. *) Change: the default "gzip_buffers" directive values have been changed to 32 4k or 16 8k from 4 4k/8k.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Dec 2008 00:00:00 +0300
parents 05981f639d21
children a8424ffa495c
comparison
equal deleted inserted replaced
440:e2c4e8b635a8 441:fd759445d8a8
463 463
464 if (ngx_buf_size(b) != 0) { 464 if (ngx_buf_size(b) != 0) {
465 break; 465 break;
466 } 466 }
467 467
468 #if (NGX_HAVE_WRITE_ZEROCOPY)
469 if (b->zerocopy_busy) {
470 break;
471 }
472 #endif
473
474 if (b->shadow) { 468 if (b->shadow) {
475 b->shadow->pos = b->shadow->last; 469 b->shadow->pos = b->shadow->last;
476 } 470 }
477 471
478 ctx->busy = cl->next; 472 ctx->busy = cl->next;