Re: [PR] Remove ssl handshake initiation from postAdd method in SslFilter.java [mina]

2023-10-28 Thread via GitHub
elecharny commented on PR #41: URL: https://github.com/apache/mina/pull/41#issuecomment-1783879546 To be clear: as soon as the connection has been created, we need to initiate the handshake. This is the purpose of the **onPosAdd** method. If we don't do that, then the handshake will never

Re: [PR] Remove ssl handshake initiation from postAdd method in SslFilter.java [mina]

2023-10-28 Thread via GitHub
chrjohn commented on PR #41: URL: https://github.com/apache/mina/pull/41#issuecomment-1783732939 I'm surprised that it worked to simply swap out MINA in QFJ 2.2.0 at runtime since here were some API incompatibilties. There is a PR here https://github.com/quickfix-j/quickfixj/pull/661