Skip to content

Commit 5374439

Browse files
committed
1 parent 1e951a3 commit 5374439

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ExtUvLoop.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,6 @@ private function createStreamListener()
302302
return;
303303
}
304304

305-
if ($status !== 0) {
306-
$this->pollStream($stream);
307-
}
308-
309305
if (isset($this->readStreams[(int) $stream]) && ($events & \UV::READABLE)) {
310306
\call_user_func($this->readStreams[(int) $stream], $stream);
311307
}

0 commit comments

Comments
 (0)