]> git.kaiwu.me - nginx.git/commit
Moved writev() handling code to a separate function.
authorValentin Bartenev <vbart@nginx.com>
Wed, 13 Aug 2014 11:11:45 +0000 (15:11 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 13 Aug 2014 11:11:45 +0000 (15:11 +0400)
commita301e1a7064b0d83a2f456a305f07962ad4f0773
treeacc9b36408691221b10271b9e8104cafa5b7125c
parent79ddab189fb4bf27abd21a04bb9d1210e06384ac
Moved writev() handling code to a separate function.

This reduces code duplication and unifies debug logging of the writev() syscall
among various send chain functions.
src/os/unix/ngx_darwin_sendfile_chain.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_sendfile_chain.c
src/os/unix/ngx_os.h
src/os/unix/ngx_writev_chain.c