]> Sergey Matveev's repositories - public-inbox.git/commit
lei: remove INT/QUIT/TERM handlers, fix daemon EOF
authorEric Wong <e@80x24.org>
Thu, 21 Jan 2021 19:46:20 +0000 (19:46 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Jan 2021 20:18:01 +0000 (16:18 -0400)
commit3e11b08275331783f4860a590b1555b879c77328
tree05a0c523e5a62fa1778aa921c56c0e40b8f2762f
parentd035e8d0ec8c7e38ff921fc65e4925644721bb36
lei: remove INT/QUIT/TERM handlers, fix daemon EOF

The signal handlers on the client side were unnecessary,
all we need is to handle socket EOF properly in the daemon
by killing xsearch and l2m workers.
lib/PublicInbox/IPC.pm
lib/PublicInbox/LEI.pm
script/lei