comparison src/http/modules/ngx_http_sub_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 723df5089c05
children a6d6d762c554
comparison
equal deleted inserted replaced
2413:89ac47d91fc1 2414:cc13ff6d5c07
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;