]> Sergey Matveev's repositories - public-inbox.git/commit
feed: remove dependence on fh->write for streaming
authorEric Wong <e@80x24.org>
Mon, 20 Jun 2016 00:57:13 +0000 (00:57 +0000)
committerEric Wong <e@80x24.org>
Mon, 20 Jun 2016 00:57:35 +0000 (00:57 +0000)
commit3b620d93cdc3bcf8eab02fd874a34db7ae013775
tree703fe835bb200d6e51065782e7abd72fb4212f1c
parentecad69406fffd47b34ec28bba0b1c9d7fb333c61
feed: remove dependence on fh->write for streaming

We'll be switching to a getline/close response body
to give the HTTP server more control when dealing
with slow clients.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm