Skip to content

Commit

Permalink
Actually initialize in the initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyg484 committed Apr 24, 2024
1 parent 95e93dc commit 04fd8e0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -454,6 +454,7 @@ private SslContext buildWebsocketSslContext(DefaultHttpClient.RequestKey request
sslCtx = websocketSslContext;
if (sslCtx == null) {
sslCtx = nettyClientSslBuilder.build(configuration.getSslConfiguration(), HttpVersionSelection.forWebsocket());
websocketSslContext = sslCtx;
}
}
}
Expand Down

0 comments on commit 04fd8e0

Please sign in to comment.