]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntp: support COMPRESS DEFLATE per RFC 8054
authorEric Wong <e@80x24.org>
Fri, 5 Jul 2019 22:53:38 +0000 (22:53 +0000)
committerEric Wong <e@80x24.org>
Sat, 6 Jul 2019 04:33:37 +0000 (04:33 +0000)
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.


No differences found