]> Sergey Matveev's repositories - public-inbox.git/commitdiff
syscall: get rid of sendfile wrappers for now
authorEric Wong <e@80x24.org>
Mon, 21 Oct 2019 11:22:29 +0000 (11:22 +0000)
committerEric Wong <e@80x24.org>
Tue, 22 Oct 2019 06:50:06 +0000 (06:50 +0000)
I'm not sure they'll make a measurable difference or will
be worth the effort in the future given the prevalance
of HTTPS and giant socket buffers.

Using Inline::C for this may make more sense in the
future, too, especially if we want to be able to use
GnuTLS.


No differences found