You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2009/03/16 21:47:50 UTC

[jira] Resolved: (HTTPCLIENT-833) SSLSocketFactory.connectSocket() possible NPE - or use of wrong variable?

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-833.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0 Beta 3

Fixed. 

Sebastian, please do not be shy to fix things that are obviously wrong.

Cheers

Oleg

> 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
>             Fix For: 4.0 Beta 3
>
>
> 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-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org