SSH2: CS adjustments

This commit is contained in:
terrafrost 2024-08-15 23:38:47 -05:00
parent e2488749ae
commit 94bd3ad078

View File

@ -1408,7 +1408,7 @@ class SSH2
throw new \RuntimeException('Connection timed out whilst receiving server identification string'); throw new \RuntimeException('Connection timed out whilst receiving server identification string');
} }
$elapsed = microtime(true) - $start; $elapsed = microtime(true) - $start;
$totalElapsed+= $elapsed; $totalElapsed += $elapsed;
$this->curTimeout -= $elapsed; $this->curTimeout -= $elapsed;
} }