comparison src/os/unix/ngx_freebsd_write_chain.c @ 89:29bf798b583f

nginx-0.0.1-2003-05-15-19:42:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 May 2003 15:42:53 +0000
parents 674d333f4296
children
comparison
equal deleted inserted replaced
88:674d333f4296 89:29bf798b583f
52 } 52 }
53 53
54 if (ngx_freebsd_sendfile_nbytes_bug) { 54 if (ngx_freebsd_sendfile_nbytes_bug) {
55 hsize += ce->hunk->last - ce->hunk->pos; 55 hsize += ce->hunk->last - ce->hunk->pos;
56 } 56 }
57
57 ce = ce->next; 58 ce = ce->next;
58 } 59 }
59 } 60 }
60 61
61 /* TODO: coalesce the neighbouring file hunks */ 62 /* TODO: coalesce the neighbouring file hunks */