comparison src/http/modules/ngx_http_ssi_filter_module.c @ 2414:cc13ff6d5c07

remove never used zero copy stuff
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Dec 2008 20:47:18 +0000
parents 87b8c44906b5
children e5ef47ecab5d
comparison
equal deleted inserted replaced
2413:89ac47d91fc1 2414:cc13ff6d5c07
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;