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

Oleg Kalnichevski moved HTTPASYNC-11 to HTTPCORE-113:
-----------------------------------------------------

    Component/s:     (was: HttpAsync)
                 HttpCore NIO
            Key: HTTPCORE-113  (was: HTTPASYNC-11)
        Project: HttpComponents Core  (was: HttpComponents Async)

> BufferingHttpClientHandler resolving host name for ip address takes too long
> ----------------------------------------------------------------------------
>
>                 Key: HTTPCORE-113
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-113
>             Project: HttpComponents Core
>          Issue Type: Bug
>          Components: HttpCore NIO
>         Environment: ubuntu7.04 jdk1.5.0_09
>            Reporter: zzzhc
>
> in 
> public void connected(final NHttpClientConnection conn, final Object 
> attachment) 
> HttpHost host = new HttpHost(address.getHostName(), port);
> this will spend too many time,and block the thread(if use ip address connect 
> to host)
> user can set httphost in HttpRequestExecutionHandler.initalizeContext
> so i think  resolve hostname is not needed

-- 
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