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 2007/09/02 15:03:19 UTC

[jira] Updated: (HTTPCORE-113) BufferingHttpClientHandler resolving host name for ip address is not needed

     [ 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: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org