commit | 2c910e266da46679a49fa933a919f971fdc944aa | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Fri Feb 27 19:19:08 2015 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Fri Feb 27 19:19:08 2015 +0300 |
tree | c9215141df3fb98982807461ff66c18913b9210c | |
parent | 376088c4e839fd784852d3735c6e554e1892952b [diff] |
Refactored ngx_linux_sendfile_chain() even more. The code that calls sendfile() was cut into a separate function. This simplifies EINTR processing, yet is needed for the following changes that add threads support.