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

Oleg Kalnichevski updated HTTPCORE-49:
--------------------------------------

        Fix Version/s: 4.0-alpha4
             Assignee: Oleg Kalnichevski
    Affects Version/s:     (was: 4.0-alpha4)

> DefaultConnectingIOReactor does not properly handle failures
> ------------------------------------------------------------
>
>                 Key: HTTPCORE-49
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-49
>             Project: HttpComponents Core
>          Issue Type: Bug
>          Components: HttpCore NIO
>            Reporter: Asankha C. Perera
>         Assigned To: Oleg Kalnichevski
>            Priority: Critical
>             Fix For: 4.0-alpha4
>
>
> The DefaultConnectingIOReactor uses SocketChannel.connect() which could throw 
> a runtime exception such as an UnresolvedAddressException, that does not get 
> handled
> try {
>                 if (request.getLocalAddress() != null) {
>                     socketChannel.socket().bind(request.getLocalAddress());
>                 }
>                 socketChannel.connect(request.getRemoteAddress());
>             } catch (IOException ex) {
>                 request.failed(ex);
>             }

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to