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

Oleg Kalnichevski resolved HTTPCLIENT-1661.
-------------------------------------------
    Resolution: Won't Fix

Han-Yang, I am sorry but HC 3.1 has long been deprecated and is no longer being 
maintained. Please consider upgrading to HC 4.5.

Oleg

> NegotiateScheme.isConnectionBased LOG.info change to LOG.debug
> --------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1661
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1661
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>            Reporter: Han-Yang Lo
>            Priority: Trivial
>
> [Incorrectly submitted to INFRA ~cml]
> Change:
> public boolean isConnectionBased() {
>         LOG.info("enter isConnectionBased()");
>         return true;
>     }
> To:
> public boolean isConnectionBased() {
>         LOG.debug("enter isConnectionBased()");
>         return true;
>     }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to