|
|
@ -60,7 +60,7 @@ handle_info({ssl_closed, _Socket}, State) -> |
|
|
|
{noreply, State}; |
|
|
|
|
|
|
|
handle_info({ssl_passive, SslSock}, State) -> |
|
|
|
inet:setopts(SslSock, [{active, 100}]), |
|
|
|
ssl:setopts(SslSock, [{active, 100}]), |
|
|
|
{noreply, State}; |
|
|
|
handle_info({?mSockReady, Sock, SslOpts, HandshakeTimeout}, State) -> |
|
|
|
case ntSslAcceptor:handshake(Sock, SslOpts, HandshakeTimeout) of |
|
|
|