the-thing commented on PR #61: URL: https://github.com/apache/mina/pull/61#issuecomment-5614200014
Yes that is correct. We had SSL related messages via `org.apache.mina.core.service.IoHandler#messageSent`. > The key here is that the IoHandler receives Handshake massages, which is totally wrong. I was wondering if this is going to be a requirement. Initial SSL Hello messages are easy to detect and drop by looking at the TLS header, but SSL FINISHED / CLOSED is not. -- 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]
