| commit | f00918eab376da8ac25f4f97d89afcef5ae2c1c7 | [log] [tgz] |
|---|---|---|
| author | Valentin Bartenev <vbart@nginx.com> | Wed Nov 19 21:17:11 2014 +0300 |
| committer | Valentin Bartenev <vbart@nginx.com> | Wed Nov 19 21:17:11 2014 +0300 |
| tree | 8c866c8bc71a89a3a72eb9baf492654132d0499e | |
| parent | b29d599c0b2459e4d8ebde1113d2738cf48f44eb [diff] |
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.