HTTPCLIENT-902. Fix and junit included. So I haven't touched the interface HttpRequestRetryHandler. which says : boolean retryRequest(IOException exception, int executionCount, HttpContext context);
As ConnectTimeoutException extends InterruptedIOException, I have overrid IOException.getCause() to return ConnectTimeoutException Thanks, -- Olivier 2010/1/7 Oleg Kalnichevski <[email protected]>: > On Thu, 2010-01-07 at 11:14 +0100, Olivier Lamy wrote: >> Hi, >> Sure, I will. >> If I want to provide a patch do I have to do it on the 4.0.x branch or trunk >> ? >> >> Thanks, >> -- >> Olivier >> > > Trunk. > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
