diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_charset_filter_module.c
+++ b/src/http/modules/ngx_http_charset_filter_module.c
@@ -541,12 +541,6 @@ ngx_http_charset_body_filter(ngx_http_re
                 break;
             }
 
-#if (NGX_HAVE_WRITE_ZEROCOPY)
-            if (b->zerocopy_busy) {
-                break;
-            }
-#endif
-
             ctx->busy = cl->next;
 
             if (b->tag != (ngx_buf_tag_t) &ngx_http_charset_filter_module) {