SSLSocketFactory.connectSocket() possible NPE - or use of wrong variable?
-------------------------------------------------------------------------

                 Key: HTTPCLIENT-833
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-833
             Project: HttpComponents HttpClient
          Issue Type: Bug
            Reporter: Sebb


SSLSocketFactory.connectSocket() has a possible NPE at line 324:

            sock.connect(remoteAddress, connTimeout);

Or perhaps this should really be:

            sslsock.connect(remoteAddress, connTimeout);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to