]> Sergey Matveev's repositories - public-inbox.git/commit
view: start performing buffering into {obuf}
authorEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 04:44:57 +0000 (04:44 +0000)
committerEric Wong <e@yhbt.net>
Mon, 27 Jan 2020 02:59:09 +0000 (02:59 +0000)
commit256d049b7ac24f40bb1df691fe014853b75bf491
tree8df6dbb920dee3b13b552c5536959ebce910bfd8
parentc3d8c3df9f91aead9f6c24e1402b24e02c6a6def
view: start performing buffering into {obuf}

Get rid of the confusingly named {rv} and {tip} fields
and unify them into {obuf} for readability.

{obuf} usage may be expanded to more areas in the future.  This
will eventually make it easier for us to experiment with
alternative buffering schemes.
lib/PublicInbox/View.pm
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WwwAtomStream.pm