X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=script%2Flei;h=99d94b4e6618f18a84d57826676d6b6afd1caba9;hb=88c67b2202295c73f8f682233304daf3867936df;hp=fce8124acc95795d113583416f179927da66dbf1;hpb=11e454643ca0a8556f972ba6954dfec3855c62e7;p=public-inbox.git diff --git a/script/lei b/script/lei index fce8124a..99d94b4e 100755 --- a/script/lei +++ b/script/lei @@ -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 '';