log src/os/unix/ngx_freebsd_sendfile_chain.c @ 7682:2ab0ecfe5a5f

age author description
Mon, 19 Mar 2018 16:28:23 +0300 Ruslan Ermilov Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Fri, 20 Jan 2017 21:12:48 +0300 Maxim Dounin Fixed trailer construction with limit on FreeBSD and macOS.
Thu, 03 Mar 2016 21:14:12 +0300 Maxim Dounin Fixed sendfile in threads (or with aio preload) and subrequests.
Mon, 06 Apr 2015 11:22:24 +0300 Valentin Bartenev Used the correct type for the AIO preload handler return value.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved writev() handling code to a separate function.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Merged conditions in the ngx_*_sendfile_chain() functions.