]> git.kaiwu.me - nginx.git/commit
Support for sendfile(SF_NOCACHE).
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 27 Dec 2021 16:49:26 +0000 (19:49 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 27 Dec 2021 16:49:26 +0000 (19:49 +0300)
commit1f01183b9e6658749934313fd72f7f16c1918b54
tree70456837095468405c238636c3e1aa1e63373110
parent2a00e6141f154d77a835e53b6527a1b3225f6f74
Support for sendfile(SF_NOCACHE).

The SF_NOCACHE flag, introduced in FreeBSD 11 along with the new non-blocking
sendfile() implementation by glebius@, makes it possible to use sendfile()
along with the "directio" directive.
src/core/ngx_output_chain.c
src/event/ngx_event_openssl.c
src/os/unix/ngx_freebsd_sendfile_chain.c