Merge branch '3.0'

This commit is contained in:
terrafrost 2024-08-10 20:01:01 -05:00
commit 1ddd82837d

View File

@ -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);