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_freebsd_sendfile_chain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os/unix/ngx_freebsd_sendfile_chain.c') diff --git a/src/os/unix/ngx_freebsd_sendfile_chain.c b/src/os/unix/ngx_freebsd_sendfile_chain.c index f79b79bc2..5227a21bd 100644 --- a/src/os/unix/ngx_freebsd_sendfile_chain.c +++ b/src/os/unix/ngx_freebsd_sendfile_chain.c @@ -120,7 +120,6 @@ ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, if (cl && cl->buf->in_file && send < limit) { file = cl->buf; - fsize = 0; /* coalesce the neighbouring file bufs */ -- cgit v1.2.3