Closed ph closed 1 year ago
@jordansissel This a bit different of #13, since the SSL handshake is not when we are doing the #sysread
in the socket. That small change allow us to delay the ssl dance in another thread, so if IO.select on the ssl is blocking, it wont block the main acceptor thread.
This looks like a dup of #13?