about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-26 09:51:24 +0000
committerEric Wong <e@80x24.org>2021-03-26 21:51:30 +0000
commitd69102cfff67e4308c560c5e8daa8f8a486ff24d (patch)
treed0f930ae641a5ff3a79ed384a961149748ff6429 /lib/PublicInbox/LEI.pm
parent4aaf4890790f32e7bb1a091cbb7fe40cb0abe90e (diff)
downloadpublic-inbox-d69102cfff67e4308c560c5e8daa8f8a486ff24d.tar.gz
It may hide errors/bugs, instead do it explicitly for each
worker that writes to it.  For lei_xsearch, it will be better
to close before spawning the MUA for future use since we may
need it again once the user starts changing keywords.
Diffstat (limited to 'lib/PublicInbox/LEI.pm')
-rw-r--r--lib/PublicInbox/LEI.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 6a5c32b3..59715633 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -1030,9 +1030,6 @@ sub dclose {
                 }
         }
         close(delete $self->{1}) if $self->{1}; # may reap_compress
-        if (my $sto = delete $self->{sto}) {
-                $sto->ipc_do('done');
-        }
         $self->close if $self->{-event_init_done}; # PublicInbox::DS::close
 }