mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Merge branch '2.0'
This commit is contained in:
commit
988d37e479
@ -3591,6 +3591,7 @@ class SSH2
|
||||
// on windows this returns a "Warning: Invalid CRT parameters detected" error
|
||||
if (!@stream_select($read, $write, $except, $sec, $usec) && !count($read)) {
|
||||
$this->is_timeout = true;
|
||||
$this->_close_channel($client_channel);
|
||||
return true;
|
||||
}
|
||||
$elapsed = microtime(true) - $start;
|
||||
|
Loading…
Reference in New Issue
Block a user