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]

Reply via email to