From 5bf3d25d69ecdbccaa98beeb089a7a6850529b89 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 22 Oct 2003 07:05:29 +0000 Subject: nginx-0.0.1-2003-10-22-11:05:29 import --- src/os/unix/ngx_freebsd_sendfile_chain.c | 2 +- 1 file changed, 1 insertion(+), 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 1632424ce..093265a33 100644 --- a/src/os/unix/ngx_freebsd_sendfile_chain.c +++ b/src/os/unix/ngx_freebsd_sendfile_chain.c @@ -83,9 +83,9 @@ ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in) if (ce && (ce->hunk->type & NGX_HUNK_FILE)) { file = ce->hunk; - ce = ce->next; fsize = (size_t) (file->file_last - file->file_pos); fprev = file->file_last; + ce = ce->next; /* coalesce the neighbouring file hunks */ -- cgit v1.2.3