Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2021-05-14 12:56:09 -05:00
commit 0b4484a107

View File

@ -3335,7 +3335,7 @@ class SSH2
$read = array($this->fsock);
$write = $except = null;
if ($this->curTimeout <= 0) {
if (!$this->curTimeout) {
if ($this->keepAlive <= 0) {
@stream_select($read, $write, $except, null);
} else {