tomaswolf commented on a change in pull request #105: SSHD-930 Send the client
version string after receiving the version string of the server
URL: https://github.com/apache/mina-sshd/pull/105#discussion_r303484675
##########
File path:
sshd-core/src/main/java/org/apache/sshd/client/session/ClientProxyConnector.java
##########
@@ -31,12 +31,13 @@
@FunctionalInterface
public interface ClientProxyConnector {
/**
- * Invoked just before the client identification is sent so that the
- * proxy can send the meta-data to its peer. Upon successful return
- * the SSH identification line is sent and the protocol proceeds as usual.
+ * Invoked just before the client identification is about to be sent so
that
Review comment:
This comment is not true anymore. It's called just before the SSH protocol
starts.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]