comparison src/http/modules/ngx_http_ssi_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 e7dbea1ee115
children 49a0eb7ce20c
comparison
equal deleted inserted replaced
440:e2c4e8b635a8 441:fd759445d8a8
933 933
934 if (ngx_buf_size(b) != 0) { 934 if (ngx_buf_size(b) != 0) {
935 break; 935 break;
936 } 936 }
937 937
938 #if (NGX_HAVE_WRITE_ZEROCOPY)
939 if (b->zerocopy_busy) {
940 break;
941 }
942 #endif
943
944 if (b->shadow) { 938 if (b->shadow) {
945 b->shadow->pos = b->shadow->last; 939 b->shadow->pos = b->shadow->last;
946 } 940 }
947 941
948 ctx->busy = cl->next; 942 ctx->busy = cl->next;