]> Sergey Matveev's repositories - public-inbox.git/commit
www: allow html_oneshot to take an array arg
authorEric Wong <e@80x24.org>
Mon, 29 Aug 2022 09:26:33 +0000 (09:26 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Aug 2022 19:05:44 +0000 (19:05 +0000)
commit95a3cace67ff5297e6fc35972e401b7cb17ee310
tree59c76a0e3c8d54ae2536e530fd8da4ca3b497dc8
parent7dafd481c3e4252447b6b7cf4f4a8d4620d1cc10
www: allow html_oneshot to take an array arg

Another step towards making our internal APIs more writev-like
and reducing the copies needed for `join' or `.=' concatenation.
lib/PublicInbox/View.pm
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwAltId.pm
lib/PublicInbox/WwwStream.pm
lib/PublicInbox/WwwText.pm