lib/PublicInbox/HTTPD/Async.pm | 2 +- diff --git a/lib/PublicInbox/HTTPD/Async.pm b/lib/PublicInbox/HTTPD/Async.pm index f32ef0093869a1e910ed3145e283d3b52ba8e4bc..3eb7f75a4eb5932441fcf7fb2551bc528cef53bf 100644 --- a/lib/PublicInbox/HTTPD/Async.pm +++ b/lib/PublicInbox/HTTPD/Async.pm @@ -57,7 +57,7 @@ return; } # fall through to close below... } elsif (!defined $r) { - return restart_read($self) if $!{EAGAIN} || $!{EINTR}; + return restart_read($self) if $!{EAGAIN}; } # Done! Error handling will happen in $fh->close