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.abort needed

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Enhancement
            Summary|httpMethod.releaseConnection|httpMethod.abort needed
                   |does not terminate requests |
   Target Milestone|---                         |2.1 Final



------- Additional Comments From [EMAIL PROTECTED]  2003-05-28 08:12 -------
releaseConnection is meant to return a connection to the connection pool.
However it does not close it because the connection should be reused if possible.

What you want is a means to abort a request. This can be accomplished by
explicitly closing the physical connection and not returning it to the pool. We
should provide an 'abort' method that does that. I am not sure how this
integrates with the current connection manager architecture.

This is a feature request and not a bug. As we are in beta now, we can not
implement this until we have branched 2.0 out. So targetting for 2.1.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to