mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
SSH2: CS adjustment
This commit is contained in:
parent
fbf6027a43
commit
9c45309d0e
@ -3297,7 +3297,7 @@ class SSH2
|
||||
$this->bitmap = 0;
|
||||
$str = 'Connection closed (by server) prematurely';
|
||||
if (isset($elapsed)) {
|
||||
$str.= ' ' . $elapsed . 's';
|
||||
$str .= ' ' . $elapsed . 's';
|
||||
}
|
||||
throw new ConnectionClosedException($str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user