]> Sergey Matveev's repositories - public-inbox.git/commit
httpd/async: describe which ->write subs it can call
authorEric Wong <e@80x24.org>
Sat, 10 Sep 2022 08:17:23 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Sep 2022 19:50:52 +0000 (19:50 +0000)
commitc48461bffcbac4cf4c400e1edabc6da528cc45d3
treec444c6d48b51fea1226a48a578d9a95a051a808d
parentee098bc50cc61538ea22264df951855ed09736ec
httpd/async: describe which ->write subs it can call

I initially wanted to rename GzipFilter->write to
GzipFilter->writev to reflect the multi-argument nature of the
sub, and it wasn't worth the memory to maintain an alias.
lib/PublicInbox/HTTPD/Async.pm