[
https://issues.apache.org/jira/browse/HTTPCLIENT-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Lambertus moved INFRA-9844 to HTTPCLIENT-1661:
----------------------------------------------------
INFRA-Members: (was: [infrastructure-team])
Description:
[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;
}
was:
Change:
public boolean isConnectionBased() {
LOG.info("enter isConnectionBased()");
return true;
}
To:
public boolean isConnectionBased() {
LOG.debug("enter isConnectionBased()");
return true;
}
Workflow: Default workflow, editable Closed status (was: INFRA
Workflow)
Issue Type: Bug (was: Improvement)
Key: HTTPCLIENT-1661 (was: INFRA-9844)
Project: HttpComponents HttpClient (was: Infrastructure)
> 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]