]> git.kaiwu.me - nginx.git/commit
Refactored ngx_solaris_sendfilev_chain().
authorValentin Bartenev <vbart@nginx.com>
Wed, 19 Nov 2014 18:17:11 +0000 (21:17 +0300)
committerValentin Bartenev <vbart@nginx.com>
Wed, 19 Nov 2014 18:17:11 +0000 (21:17 +0300)
commitf00918eab376da8ac25f4f97d89afcef5ae2c1c7
tree8c866c8bc71a89a3a72eb9baf492654132d0499e
parentb29d599c0b2459e4d8ebde1113d2738cf48f44eb
Refactored ngx_solaris_sendfilev_chain().

Though ngx_solaris_sendfilev_chain() shouldn't suffer from the problem mentioned
in d1bde5c3c5d2 since currently IOV_MAX on Solaris is 16, but this follows the
change from 3d5717550371 in order to make the code look similar to other systems
and potentially eliminates the problem in the future.
src/os/unix/ngx_solaris_sendfilev_chain.c