kllbzz commented on PR #41: URL: https://github.com/apache/mina/pull/41#issuecomment-1786206622
> Side note: in 2.1.X and 2.0.X, this is how it works: we initiate the handshake in the _postAdd_ method, nowhere else. yes, you are right, it was also public method to do handshake. So as I pointed above, quickfix prevent handshake in postAdd with flag autostart on old SslFilter and called handshake manually after session to proxy server is established. https://github.com/quickfix-j/quickfixj/blob/QFJ_2_2_x/quickfixj-core/src/main/java/quickfix/mina/initiator/InitiatorProxyIoHandler.java -- 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]
