[
https://issues.apache.org/jira/browse/HTTPCLIENT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Becke closed HTTPCLIENT-629.
------------------------------------
Resolution: Invalid
It's used on line 516 in:
connectionPool.wait(timeToWait);
Mike
> MultiThreadedHttpConnectionManager.java unused / missing code
> -------------------------------------------------------------
>
> Key: HTTPCLIENT-629
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-629
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpClient
> Affects Versions: 3.1 Beta 1
> Reporter: Sebb
> Priority: Minor
>
> MultiThreadedHttpConnectionManager.java near line 525-528
> if (useTimeout) {
> endWait = System.currentTimeMillis();
> timeToWait -= (endWait - startWait);
> }
> This code currently serves no purpose as the timeToWait variable is not used.
> Is there perhaps some missing code?
--
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]