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>
1 file changed
tree: 5432faa1dd423b10399beb83ef2b9760c62f5d60
  1. lib/
  2. src/
  3. .buckconfig
  4. .gitignore
  5. BUCK