It might be quite interesting which file (content) made curl freak out and other methods keep the file around as well. Git-Dch: Ignore
@@ -386,7 +386,6 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
if (success != 0)
{
_error->Error("%s", curl_errorstr);
- unlink(File->Name().c_str());
return false;
}