commit | 1276d8483e8ae08d518ae0fe9c10fa9e90fe54fe | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Nov 19 21:18:13 2014 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Nov 19 21:18:13 2014 +0300 |
tree | 3269d2b4da32ceaac31326d59cc5710ae59a59c4 | |
parent | a301e1a7064b0d83a2f456a305f07962ad4f0773 [diff] |
Fixed type of sendfile() return value on Linux. There was no real problem since the amount of bytes can be sent is limited by NGX_SENDFILE_MAXSIZE to less than 2G. But that can be changed in the future