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