]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit29a0c01a6e53586d5c23bcb0d54c700be1b8a9a4
tree4d1cda7cc9486326523a0a082b11fbb9c79abe10
parent6d3644f5dd7c54fbee33be728f6735e4419cdc0d
nntp: use msg_more as a method

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