]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HTTPD/Async.pm
httpd/async: remove EINTR check
[public-inbox.git] / lib / PublicInbox / HTTPD / Async.pm
index f32ef0093869a1e910ed3145e283d3b52ba8e4bc..3eb7f75a4eb5932441fcf7fb2551bc528cef53bf 100644 (file)
@@ -57,7 +57,7 @@ sub main_cb ($$$) {
                        }
                        # 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