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

Oleg Kalnichevski updated HTTPCORE-113:
---------------------------------------

        Fix Version/s: 4.0-alpha6
             Priority: Minor  (was: Major)
    Affects Version/s: 4.0-alpha5
              Summary: BufferingHttpClientHandler resolving host name for ip 
address is not needed  (was: BufferingHttpClientHandler resolving host name for 
ip address takes too long)

> BufferingHttpClientHandler resolving host name for ip address is not needed
> ---------------------------------------------------------------------------
>
>                 Key: HTTPCORE-113
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-113
>             Project: HttpComponents Core
>          Issue Type: Bug
>          Components: HttpCore NIO
>    Affects Versions: 4.0-alpha5
>         Environment: ubuntu7.04 jdk1.5.0_09
>            Reporter: zzzhc
>            Priority: Minor
>             Fix For: 4.0-alpha6
>
>
> 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