diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-28 16:16:50 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-28 16:16:50 +0000 |
commit | 5ec68f6453a0ed164a8fd73e024edb75344e967d (patch) | |
tree | ac4574649ce9fe5beb4fc9946fb4a56fffaacc99 /src/os/unix/ngx_linux_sendfile_chain.c | |
parent | 71cb18335671b5e6d46ee1eb6b2f6bb67598f6c5 (diff) | |
download | nginx-5ec68f6453a0ed164a8fd73e024edb75344e967d.tar.gz nginx-5ec68f6453a0ed164a8fd73e024edb75344e967d.zip |
nginx-0.0.9-2004-07-28-20:16:50 import
Diffstat (limited to 'src/os/unix/ngx_linux_sendfile_chain.c')
-rw-r--r-- | src/os/unix/ngx_linux_sendfile_chain.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |