]> Sergey Matveev's repositories - public-inbox.git/commit
www: use WwwStream for dumping thread and search views
authorEric Wong <e@80x24.org>
Thu, 30 Jun 2016 02:35:14 +0000 (02:35 +0000)
committerEric Wong <e@80x24.org>
Thu, 30 Jun 2016 07:13:06 +0000 (07:13 +0000)
commit5422a844b7384c32b3532d128e15e0b50d24435b
treebc279f571dace8a3205c4d2e4e7de56f134f4817
parent5c5dfb7d5558ff248477fa57aef08e2a8bbd9800
www: use WwwStream for dumping thread and search views

This allows us the HTTP server to react to backpressure
from slow clients when writing.  As a side effect, this
also makes it easier for us to maintain a consistent
header/footer across our HTML.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwStream.pm