]> Sergey Matveev's repositories - public-inbox.git/commit
www: use PublicInbox::WwwStream
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 24 Feb 2021 08:54:56 +0000 (09:54 +0100)
committerEric Wong <e@80x24.org>
Wed, 24 Feb 2021 09:42:50 +0000 (05:42 -0400)
commita5af0bd94dc0504ec34d49199eb2b7d39ceb8557
tree02fbae2a166a7b23bfd7f03e628182444e3612d1
parent69530d351829fa7cdd3e6cc3d0d8f91c83181fcf
www: use PublicInbox::WwwStream

This prevents the following problem logged to the webserver's error log:

E: Undefined subroutine &PublicInbox::WwwStream::code_footer called at /usr/share/perl5/PublicInbox/WwwListing.pm line 102.
 in PublicInbox::ConfigIter=ARRAY(0x557aea68b1a8)::each_section at /usr/share/perl5/PublicInbox/ConfigIter.pm line 37.

Fixes: 7a3946ef122e ("www: support listing of inboxes")
lib/PublicInbox/WwwListing.pm