- void Fail();
- void Fail(string Why);
-// void Log(const char *Format,...);
- void URIStart(FetchResult &Res,unsigned long Resume = 0);
+ void Fail(bool Transient = false);
+ inline void Fail(const char *Why, bool Transient = false) {Fail(string(Why),Transient);};
+ void Fail(string Why, bool Transient = false);
+ void URIStart(FetchResult &Res);