elecharny commented on PR #41: URL: https://github.com/apache/mina/pull/41#issuecomment-1786361873
@kllbzz I think the autostart feature is missing in 2.2.X, and I think we should reintroduce it. Actually, this is the default behaviour, but there are uses case - like yours - where we want to defer the Handshake. Will adding a _initiateHandshake_ method, a _SslFilter(SSLContext, boolean)_ constructor and a conditional handshake initialisation in the _postAdd_ method would work for your need? -- 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]
