From: Eric Wong Date: Fri, 5 Jul 2019 22:53:36 +0000 (+0000) Subject: nntp: use msg_more as a method X-Git-Tag: v1.2.0~123^2~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=29a0c01a6e53586d5c23bcb0d54c700be1b8a9a4;hp=29a0c01a6e53586d5c23bcb0d54c700be1b8a9a4;p=public-inbox.git 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. ---