mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 08:10:58 +00:00
Merge branch '3.0'
This commit is contained in:
commit
dcf9656a42
@ -3176,7 +3176,7 @@ class SSH2
|
|||||||
$this->bitmap = 0;
|
$this->bitmap = 0;
|
||||||
$str = 'Connection closed (by server) prematurely';
|
$str = 'Connection closed (by server) prematurely';
|
||||||
if (isset($elapsed)) {
|
if (isset($elapsed)) {
|
||||||
$str.= ' ' . $elapsed . 's';
|
$str .= ' ' . $elapsed . 's';
|
||||||
}
|
}
|
||||||
throw new ConnectionClosedException($str);
|
throw new ConnectionClosedException($str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user