]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit424723f76541180fc445d2b983691ef5de9655ec
tree01f6d5ca53c21229b294a38afe13c23ff479d433
parent96348c1a2229ffcf04153539c028f61bbe36c8b4
syscall: get rid of sendfile wrappers for now

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.
lib/PublicInbox/Syscall.pm