Re: DefaultHttpClientConnection.isOpen();

2008-06-20 Thread Quintin Beukes
a concurrency issue. I am still narrowing them all down. thanks, Q On Thu, Jun 19, 2008 at 12:02 AM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Wed, 2008-06-18 at 22:58 +0200, Quintin Beukes wrote: Hey, Is it possible for this method (DefaultHttpClientConnection.isOpen()) to return true when

Re: DefaultHttpClientConnection.isOpen();

2008-06-20 Thread sebb
(DefaultHttpClientConnection.isOpen()) to return true when the socket is closed. If you are not accessing the same connection instance from multiple threads, I do not see how this could happen. Please note only HttpConnection#shutdown method is expected to be threading safe

Re: DefaultHttpClientConnection.isOpen();

2008-06-19 Thread Oleg Kalnichevski
at 22:58 +0200, Quintin Beukes wrote: Hey, Is it possible for this method (DefaultHttpClientConnection.isOpen()) to return true when the socket is closed. If you are not accessing the same connection instance from multiple threads, I do not see how this could happen. Please note only