You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for OpenSslEngine with no finalizer (#1669)
Motivation:
Support for Netty SslProvider.OPENSSL_REFCNT (OpenSSL-based implementation which does not have finalizers and instead implements ReferenceCounted).
Modification:
Add destroy method to SslEngineFactory to allow cleaning up reference counted SslContext.
Result:
Users can opt-in to a finalizer free OpenSslEngine and OpenSslContext.
* The last step of configuring the SslContextBuilder used to create an SslContext when no context is provided in the {@link AsyncHttpClientConfig}. This defaults to no-op and
0 commit comments