From: Eric Wong Date: Fri, 5 Jul 2019 22:53:38 +0000 (+0000) Subject: nntp: support COMPRESS DEFLATE per RFC 8054 X-Git-Tag: v1.2.0~123^2~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=77c66b4cdb1d52321ed3cb6352fe0b72312cbb71;hp=77c66b4cdb1d52321ed3cb6352fe0b72312cbb71;p=public-inbox.git nntp: support COMPRESS DEFLATE per RFC 8054 This is only tested so far with my patches to Net::NNTP at: https://rt.cpan.org/Ticket/Display.html?id=129967 Memory use in C10K situations is disappointing, but that's the nature of compression. gzip compression over HTTPS does have the advantage of not keeping zlib streams open when clients are idle, at the cost of worse compression. ---