aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_buf.c')
-rw-r--r--src/core/ngx_buf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/ngx_buf.c b/src/core/ngx_buf.c
index 31d990315..2f2c43721 100644
--- a/src/core/ngx_buf.c
+++ b/src/core/ngx_buf.c
@@ -201,12 +201,6 @@ ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
break;
}
-#if (NGX_HAVE_WRITE_ZEROCOPY)
- if ((*busy)->buf->zerocopy_busy) {
- break;
- }
-#endif
-
if ((*busy)->buf->tag != tag) {
*busy = (*busy)->next;
continue;