Don't allow mutation of SslContexts
SslContext is reference counted and the various setter methods don't take out locks where necessary. Fix this by adding a builder for the context.
Loading
Please register or sign in to comment
SslContext is reference counted and the various setter methods don't take out locks where necessary. Fix this by adding a builder for the context.