allow reuse of TLS connections

This commit is contained in:
Athou
2026-04-27 17:52:40 +02:00
parent 75871348d5
commit fd13c80e5a

View File

@@ -76,6 +76,7 @@ public class HttpClientFactory {
: new DefaultRedirectStrategy();
return HttpClientBuilder.create()
.disableConnectionState()
.useSystemProperties()
.disableAutomaticRetries()
.disableCookieManagement()