DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29383

MultiThreadedConnectionManager Accounting Problems





------- Additional Comments From [EMAIL PROTECTED]  2004-06-08 08:16 -------
Mike,

Having HttpConnection#isOpen and HttpConnection#isClosed methods is awfully
confusing. What are reasons for having to call isStale from isOpen? I personally
see no sense in performing stale check in the isOpen method. As a consumer of
that method I do not give a damn whether the connection is stale or not. All I
want to know whether the connection is considered open and whether HttpClient
should attempt to automatically recover in case of connection failure. That's
it. What comfort to me is the fact that the connection is open and valid at the
time I call isOpen when it can still go stale by the time HTTP method executes?

Oleg

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

Reply via email to