mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove all remaining references to httpclient4
This commit is contained in:
@@ -128,7 +128,7 @@ public class HttpGetter implements Managed {
|
||||
response.getUrlAfterRedirect());
|
||||
}
|
||||
|
||||
private CloseableHttpClient newClient(String userAgent, int poolSize) {
|
||||
private static CloseableHttpClient newClient(String userAgent, int poolSize) {
|
||||
SSLFactory sslFactory = SSLFactory.builder().withUnsafeTrustMaterial().withUnsafeHostnameVerifier().build();
|
||||
|
||||
List<Header> headers = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user