mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
4013d260e0
@ -3290,7 +3290,7 @@ class SSH2
|
||||
*/
|
||||
public function isConnected()
|
||||
{
|
||||
return (bool) ($this->bitmap & self::MASK_CONNECTED);
|
||||
return ($this->bitmap & self::MASK_CONNECTED) && is_resource($this->fsock) && !feof($this->fsock);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user