mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
initial pubsubhubbub support (#44)
This commit is contained in:
@@ -179,7 +179,7 @@ public class HttpGetter {
|
||||
|
||||
}
|
||||
|
||||
private static HttpClient newClient() {
|
||||
public static HttpClient newClient() {
|
||||
DefaultHttpClient client = new DefaultHttpClient();
|
||||
|
||||
SSLSocketFactory ssf = new SSLSocketFactory(SSL_CONTEXT, VERIFIER);
|
||||
|
||||
Reference in New Issue
Block a user