]> Sergey Matveev's repositories - public-inbox.git/commit
gzip_filter: write: use multi-arg translate
authorEric Wong <e@80x24.org>
Sat, 10 Sep 2022 08:17:25 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Sep 2022 19:50:54 +0000 (19:50 +0000)
commita137e8448578bcf80d026e6ee0c414fe23248366
treec6eaf9512e06587dd512cdbeeafd9506ab14fbe0
parent4dca6dfadbea2c746f20b8c7d7977ef5f96a3106
gzip_filter: write: use multi-arg translate

While we must name this function ->write for PSGI compatibility,
our own uses of it can make it operate more like writev(2)
or `print' in Perl.
lib/PublicInbox/GzipFilter.pm