Re: HttpClient and CPU usage.....

2003-03-26 Thread Sam Maloney
if Alpha 3 contains the fix; however, the fix was provided and approved a few days before alpha3 came around, so it should be in there. Cheers, Sam Maloney On Wednesday 26 March 2003 11:10, Tom Samplonius wrote: What version of httpclient are you using? I understand that a busy read loop

Re: [PATCH] Fix for bug 16458

2003-02-21 Thread Sam Maloney
); } } To HttpClient developers: That above part of code should probably be put into HttpClient, as if the user is using HttpClient, I think a recoverable error like the socket closing or bad response should be auto retried, perhaps have a setting on HttpClient (enableAutoRetry(bool) or something.) Later, Sam