]> git.kaiwu.me - nginx.git/commit
Fixed type of sendfile() return value on Linux.
authorValentin Bartenev <vbart@nginx.com>
Wed, 19 Nov 2014 18:18:13 +0000 (21:18 +0300)
committerValentin Bartenev <vbart@nginx.com>
Wed, 19 Nov 2014 18:18:13 +0000 (21:18 +0300)
commit1276d8483e8ae08d518ae0fe9c10fa9e90fe54fe
tree3269d2b4da32ceaac31326d59cc5710ae59a59c4
parenta301e1a7064b0d83a2f456a305f07962ad4f0773
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
src/os/unix/ngx_linux_sendfile_chain.c