ClientConnectionManager should throw InterruptedException
---------------------------------------------------------

                 Key: HTTPCLIENT-692
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-692
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpConn
    Affects Versions: 4.0 Alpha 1
            Reporter: Roland Weber
            Assignee: Roland Weber
            Priority: Minor
             Fix For: 4.0 Alpha 2


For historical reasons, ThreadSafeClientConnectionManager throws an 
IllegalThreadStateException instead of an InterruptedException if the waiting 
thread is interrupted from outside. This design was chosen since adding 
InterruptedException to the HttpConnectionManager in 3.x would have broken the 
API. This is not a concern for HttpClient 4.0.


-- 
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