]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/lei
lei: die on ECONNRESET
[public-inbox.git] / script / lei
index fce8124acc95795d113583416f179927da66dbf1..99d94b4e6618f18a84d57826676d6b6afd1caba9 100755 (executable)
@@ -115,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 '';