Re: HTTPRecoverable

2003-07-02 Thread Michael Becke
Hello George, Ideally an HTTPRecoverableException indicates that the method causing the error is safe to retry. In general though HttpClient tries to handle recoverable exceptions internally. If this exception is making it to your code I would treat it as any other error. In practice the mea

HTTPRecoverable

2003-07-02 Thread George Gastaldi
Hi, What action should I do when a HTTPRecoverableException occurs ?? What does that means ? Connection Timeout ? Thank you.