comparison src/http/modules/ngx_http_charset_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 8caf97ecb136
children a6d6d762c554
comparison
equal deleted inserted replaced
2413:89ac47d91fc1 2414:cc13ff6d5c07
539 539
540 if (ngx_buf_size(b) != 0) { 540 if (ngx_buf_size(b) != 0) {
541 break; 541 break;
542 } 542 }
543 543
544 #if (NGX_HAVE_WRITE_ZEROCOPY)
545 if (b->zerocopy_busy) {
546 break;
547 }
548 #endif
549
550 ctx->busy = cl->next; 544 ctx->busy = cl->next;
551 545
552 if (b->tag != (ngx_buf_tag_t) &ngx_http_charset_filter_module) { 546 if (b->tag != (ngx_buf_tag_t) &ngx_http_charset_filter_module) {
553 continue; 547 continue;
554 } 548 }