]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/lei
treewide: use *nix-specific dirname regexps
[public-inbox.git] / script / lei
index 4d752fd8afdfd027789ea6dc86bbc235bcdd7161..99d94b4e6618f18a84d57826676d6b6afd1caba9 100755 (executable)
@@ -98,7 +98,6 @@ lei-daemon could not start, exited with \$?=$?
        # try connecting again anyways, unlink+bind may be racy
        connect($sock, $addr) or die <<"";
 connect($path): $! (after attempted daemon start)
-Falling back to (slow) one-shot mode
 
 }
 # (Socket::MsgHdr|Inline::C), $sock are all available:
@@ -116,7 +115,6 @@ while (1) {
        my (@fds) = $recv_cmd->($sock, my $buf, 4096 * 33);
        if (scalar(@fds) == 1 && !defined($fds[0])) {
                next if $!{EINTR};
-               last if $!{ECONNRESET};
                die "recvmsg: $!";
        }
        last if $buf eq '';