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
Motivation:
Creating a SslHandler can crash, for example when there's a typo in the
enabled protocols.
When this happens, the exception is not propagated.
Modification:
Catch such Exception and notify the NettyConnectListener.
Result:
AHC no longer stalled when such exception happens.
Creating a SslHandler can crash, for example when there's a typo in the enabled protocols.
When this happens, the exception is not propagated.
The text was updated successfully, but these errors were encountered: