]> Sergey Matveev's repositories - public-inbox.git/commitdiff
wwwstream: oneshot: perform gzip without middleware
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:18 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
Plack::Middleware::Deflater forces us to use a memory-intensive
closure.  Instead, work towards building compressed strings in
memory to reduce the overhead of buffering large HTML output.


No differences found