]> Sergey Matveev's repositories - public-inbox.git/commit
wwwstream: reduce blob fetch paths for ->getline
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:39 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
commit55263c56cf41c87f8977cd6a6be65ac07b5cea87
treef3e711c2d82fd8bf1e179d7133bd89f7cc924067
parent52a02a813a46940530183ede4d4cc7028290cd8f
wwwstream: reduce blob fetch paths for ->getline

This will make it easier to support asynchronous blob
retrievals.  The `$ctx->{nr}' counter is no longer implicitly
supplied since many users didn't care for it, so stack overhead
is slightly reduced.
Documentation/mknews.perl
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WwwStream.pm