mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Closes #36464 Signed-off-by: Johannes Knutsen <johannes@knutsen.me>
This commit is contained in:
@@ -274,10 +274,6 @@ public class HttpClientBuilder {
|
||||
|
||||
if (disableCookies) builder.disableCookieManagement();
|
||||
|
||||
if (!reuseConnections) {
|
||||
builder.setConnectionReuseStrategy(new NoConnectionReuseStrategy());
|
||||
}
|
||||
|
||||
return builder.build();
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
|
||||
Reference in New Issue
Block a user