mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Merge branch '3.0'
This commit is contained in:
commit
1ddd82837d
@ -3676,9 +3676,6 @@ class SSH2
|
||||
try {
|
||||
$response = $this->get_binary_packet();
|
||||
} catch (TimeoutException $e) {
|
||||
if ($client_channel == self::CHANNEL_EXEC && !$this->request_pty) {
|
||||
$this->close_channel($client_channel);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
[$type] = Strings::unpackSSH2('C', $response);
|
||||
|
Loading…
Reference in New Issue
Block a user