log src/os/unix/ngx_linux_sendfile_chain.c @ 7239:400a3412b1e3

age author description
Mon, 19 Mar 2018 16:28:23 +0300 Ruslan Ermilov Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Tue, 28 Mar 2017 18:15:39 +0300 Maxim Dounin Simplified and improved sendfile() code on Linux.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Fri, 18 Mar 2016 05:04:45 +0300 Maxim Dounin Fixed timeouts with threaded sendfile() and subrequests.
Tue, 15 Mar 2016 18:26:17 +0300 Maxim Dounin Truncation detection in sendfile() on Linux.
Mon, 14 Mar 2016 22:42:35 +0300 Valentin Bartenev Fixed handling of EAGAIN with sendfile in threads.