]> Sergey Matveev's repositories - public-inbox.git/commit
view: msg_html uses getline body to reduce latency
authorEric Wong <e@80x24.org>
Sun, 12 Jun 2016 04:46:38 +0000 (04:46 +0000)
committerEric Wong <e@80x24.org>
Mon, 13 Jun 2016 21:43:02 +0000 (21:43 +0000)
commit31afda256c813443062e0504213d41732e50ee45
treeebc5eae99de8fd19fcd051f4b18fea4dbfb1c2a9
parent9dc61f9132a7c4ac4a4d067cdd48efb7c28de102
view: msg_html uses getline body to reduce latency

We need to ensure we show the message body ASAP since
the thread generation via Xapian could take a while
and maybe even raise an exception or crash.
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
t/view.t