mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-22 03:54:11 +00:00
allow reuse of TLS connections
This commit is contained in:
@@ -76,6 +76,7 @@ public class HttpClientFactory {
|
||||
: new DefaultRedirectStrategy();
|
||||
|
||||
return HttpClientBuilder.create()
|
||||
.disableConnectionState()
|
||||
.useSystemProperties()
|
||||
.disableAutomaticRetries()
|
||||
.disableCookieManagement()
|
||||
|
||||
Reference in New Issue
Block a user