]> Sergey Matveev's repositories - public-inbox.git/commit
lei_xsearch: ensure curl.err and tail(1) cleanup happens
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2021 11:46:58 +0000 (11:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 3 Feb 2021 07:32:42 +0000 (07:32 +0000)
commit8c5675254f496c6b66ba9db609873f1f94270201
treefc9d409ba7ad6100d90c7820875c83ad26b819b1
parenta3b3e0d4c48a85cb411ac5059a1d85906d0c97de
lei_xsearch: ensure curl.err and tail(1) cleanup happens

We can safely rely on exit(0) here when interacting with curl(1)
and git(1), unlike query workers which hit Xapian directly,
where some badness happens when hit with a signal while
retrieving an mset.
lib/PublicInbox/LeiXSearch.pm