Closed sg2342 closed 10 years ago
elli when configured to use SSL/TLS will run out of acceptors after MinAcceptors failed SSL/TLS handshakes. This patch takes care of ssl:ssl_accept/2 returning {error, closed} or {error, {tlsalert, }}.
Thanks!
elli when configured to use SSL/TLS will run out of acceptors after MinAcceptors failed SSL/TLS handshakes. This patch takes care of ssl:ssl_accept/2 returning {error, closed} or {error, {tlsalert, }}.