]> Sergey Matveev's repositories - public-inbox.git/commit
wwwstream: eliminate ::response, use html_oneshot
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:52 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
commit1cf5a6129b5ae4991275862aab539ddea812890a
treec3d20a71d82ca9cc07c2b45740a2819529d9f76e
parent208450d2347ab92de7dcb9733fb51543df32635a
wwwstream: eliminate ::response, use html_oneshot

All of our streaming responses use ::aresponse, now, and our
synchronous responses use html_oneshot.  So there's no need
for the old WwwStream::response.
lib/PublicInbox/View.pm
lib/PublicInbox/WwwStream.pm