]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: guard query_done against die()
authorEric Wong <e@80x24.org>
Fri, 15 Oct 2021 15:52:57 +0000 (15:52 +0000)
committerEric Wong <e@80x24.org>
Fri, 15 Oct 2021 15:58:24 +0000 (15:58 +0000)
commit299b40d252cf4d4db6fa29ad18cb78777f1f55fc
tree937c8dd2177ddcbace8949d12bcda1b109dea5d2
parent14f65bca12e367eed79e7b737d1cb19929599cf6
lei q: guard query_done against die()

v2w->wq_do('done') may die on I/O errors, and likely other
places.  Just guard the entire block with an eval and ->fail
as appropriate.
lib/PublicInbox/LeiXSearch.pm