DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20288>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20288 httpMethod.releaseConnection does not terminate requests Summary: httpMethod.releaseConnection does not terminate requests Product: Commons Version: 2.0 Alpha 3 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: HttpClient AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This is the problem : I use the httpclient to fire many requests. At some point of time, the server has queued up requests. So certain requests are waiting for response. Now when I call httpMethod.releaseConnection, the request should stop waiting for the response and the connection should be closed. However, this does not happen. The request is only given up after it has timed out. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]