]> Sergey Matveev's repositories - public-inbox.git/commit
view: capture header object early
authorEric Wong <e@80x24.org>
Tue, 23 Feb 2016 06:52:08 +0000 (06:52 +0000)
committerEric Wong <e@80x24.org>
Wed, 24 Feb 2016 04:03:30 +0000 (04:03 +0000)
commit09b11c8725e3a19d3c126c3d3e993caa0169a268
tree2f5e1d0e30bb2237d21108e0f5ecfa927785e630
parent4b644ab063e1390ec09dd85e3c9a019ad86682e2
view: capture header object early

For future changes, this will allow us to more quickly notice
if we keep the heavy Email::MIME object around too long.

It has the side effect of avoiding extra method calls with
Email::MIME which forwards header calls to the header_obj.
lib/PublicInbox/View.pm