On Sun, Sep 3, 2017 at 10:55 AM, Commit Bot
wrote:
> From: Waldemar Kozaczuk
> Committer: Nadav Har'El
> Branch: master
>
> Waldek Kozaczuk discovered that nginx, using sendfile(), is experiencing
> various failures when multiple concurrent connections are attempted.
>
Oops, I forgot the shor
From: Waldemar Kozaczuk
Committer: Nadav Har'El
Branch: master
Waldek Kozaczuk discovered that nginx, using sendfile(), is experiencing
various failures when multiple concurrent connections are attempted.
It turns out that sendfile() had the wrong return type: Should have been
ssize_t (long),