commit | 23ea0bee53269fd7de512e2552d23fb96a95f378 | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <jcentkowski@collab.net> | Tue Oct 17 13:17:37 2017 +0100 |
committer | Jacek Centkowski <jcentkowski@collab.net> | Thu Nov 02 11:49:23 2017 +0100 |
tree | 5432faa1dd423b10399beb83ef2b9760c62f5d60 | |
parent | 1cf82fca4bed7a77d8f2793499ba0d7fe18ce016 [diff] |
Remove redundant SSL Socket Factory set According to [1] value gets overwritten anyway when set through setConnectionManager(customConnectionManager()). As a result sslSocketFactory member was removed. It is not needed anymore. [1] https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/HttpClientBuilder.html#setSSLSocketFactory(org.apache.http.conn.socket.LayeredConnectionSocketFactory) Change-Id: If698199e73817e8bfdd9672898e960ce9e196522 Signed-off-by: Jacek Centkowski <jcentkowski@collab.net>