[
https://issues.apache.org/jira/browse/HTTPCLIENT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472625
]
Sebb commented on HTTPCLIENT-629:
---------------------------------
Sorry about that - had not noticed the finally was in a loop...
> 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]