mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
Handle SSH servers that send success response out of spec order
This commit is contained in:
parent
f57f5debe0
commit
810919ca66
@ -4028,6 +4028,7 @@ class SSH2
|
|||||||
}
|
}
|
||||||
// fall-through
|
// fall-through
|
||||||
case MessageType::CHANNEL_EOF:
|
case MessageType::CHANNEL_EOF:
|
||||||
|
case MessageType::CHANNEL_SUCCESS:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$this->disconnect_helper(DisconnectReason::BY_APPLICATION);
|
$this->disconnect_helper(DisconnectReason::BY_APPLICATION);
|
||||||
|
Loading…
Reference in New Issue
Block a user