mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-23 23:28:32 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
574382e06a
@ -3197,7 +3197,7 @@ class SSH2
|
|||||||
$read = [$this->fsock];
|
$read = [$this->fsock];
|
||||||
$write = $except = null;
|
$write = $except = null;
|
||||||
|
|
||||||
if ($this->curTimeout <= 0) {
|
if (!$this->curTimeout) {
|
||||||
if ($this->keepAlive <= 0) {
|
if ($this->keepAlive <= 0) {
|
||||||
@stream_select($read, $write, $except, null);
|
@stream_select($read, $write, $except, null);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user