RE: read timeout with persistent connection

2003-11-20 Thread Oleg Kalnichevski
The only solution I can see is that perhaps HTTPClient could follow IE's approach and close remove free connections from the connection manager pool after a configurable period of inactivity? Matthew, This sounds like a reasonable addition to HttpClient connection management capabilities.

Re: read timeout with persistent connection

2003-11-18 Thread Ortwin Glück
There is an option to disable stale checking. Matthew McGowan wrote: Any ideas how I go about fixing this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: read timeout with persistent connection

2003-11-18 Thread Matthew McGowan
Ortwin Glück write: There is an option to disable stale checking. Thanks, though turning stale checking off doesn't change the outcome - the readResponse call still blocks for 30s. I don't think it's the stale checking that's causing the problem, but for some reason the server ignores or closes