]> source.dussan.org Git - jgit.git/commit
[sshd] Fix calculation of timeout in AbstractClientProxyConnector 58/200358/4
authorStephan Wahlbrink <sw@wahlbrink.eu>
Mon, 6 Mar 2023 09:33:24 +0000 (10:33 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 6 Mar 2023 22:45:18 +0000 (23:45 +0100)
commit47ecb0096ea770e219d82432178860a557b1ff9a
tree5cfaff6fc5f238f9413bb1100c26c6b49bebacec
parent9be2b7f8a885926fa3d4f6e444223034106e6711
[sshd] Fix calculation of timeout in AbstractClientProxyConnector

The previous implementation mixed nano seconds (elapsed) and milli
seconds (remaining) without conversion.

Change-Id: I9e1654afa47fa32c94808af3b2dd0418a372fb00
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/proxy/AbstractClientProxyConnector.java