tomaswolf opened a new pull request, #236: URL: https://github.com/apache/mina-sshd/pull/236
If there's an exception in Nio2Connector after the session was set on the DefaultIoConnectFuture, a program might just hang on that session until the next read or write attempt, or until a timeout expired. This was caused by closing the underlying connection, but not properly closing the already existing session, and because the session was already set on the future, setting the exception had no effect anymore. Fix this by immediately closing the Nio2Session properly in that case. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
