]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntp: use msg_more as a method
authorEric Wong <e@80x24.org>
Fri, 5 Jul 2019 22:53:36 +0000 (22:53 +0000)
committerEric Wong <e@80x24.org>
Sat, 6 Jul 2019 04:33:33 +0000 (04:33 +0000)
It's a tad slower, but we'll be able to subclass this to rely
on zlib deflate buffering.  This is advantageous for TLS clients
since (AFAIK) IO::Socket::SSL/OpenSSL doesn't give us ways to use
MSG_MORE or writev(2) like like GNUTLS does.


No differences found