On Thu, 2006-08-03 at 11:46 -0700, lpcarmed wrote:
> In my test scenario the first read operation is blocked. The
> java.net.SocketTimeoutException only came after 2x of the timeout. I'm using
> a slow responding http server, that pumps out the headers and the beginning
> of the response fast, but stalls before reaching the full content length. 
> 
> Is it possible HttpcClient swallows one java.net.SocketTimeoutException and
> retries the read operation?
> 
> 

Depends on your HttpMethodRetryHandler. The default retry handler will
not retry requests if java.net.SocketTimeoutException is thrown

Oleg


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

Reply via email to