]> Sergey Matveev's repositories - public-inbox.git/commitdiff
wwwstream::oneshot => html_oneshot
authorEric Wong <e@yhbt.net>
Mon, 30 Mar 2020 05:18:42 +0000 (00:18 -0500)
committerEric Wong <e@yhbt.net>
Mon, 30 Mar 2020 17:49:28 +0000 (17:49 +0000)
And use Exporter to make our life easier, since WwwAltId was
using a non-existent PublicInbox::WwwResponse namespace in error
paths which doesn't get noticed by `perl -c' or exercised by
tests on normal systems.

Fixes: 6512b1245ebc6fe3 ("www: add endpoint to retrieve altid dumps")

No differences found