From 5ec68f6453a0ed164a8fd73e024edb75344e967d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 28 Jul 2004 16:16:50 +0000 Subject: nginx-0.0.9-2004-07-28-20:16:50 import --- src/os/unix/ngx_linux_sendfile_chain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os/unix/ngx_linux_sendfile_chain.c') diff --git a/src/os/unix/ngx_linux_sendfile_chain.c b/src/os/unix/ngx_linux_sendfile_chain.c index 690631f31..48c09dffa 100644 --- a/src/os/unix/ngx_linux_sendfile_chain.c +++ b/src/os/unix/ngx_linux_sendfile_chain.c @@ -127,7 +127,6 @@ ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, if (header.nelts == 0 && cl && cl->buf->in_file && send < limit) { file = cl->buf; - fsize = 0; /* coalesce the neighbouring file bufs */ -- cgit v1.2.3