mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 13:01:59 +01:00
Merge branch '3.0'
This commit is contained in:
commit
dcf9656a42
@ -3176,7 +3176,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…
x
Reference in New Issue
Block a user