Explorar el Código

methods/https.cc: do not unlink partial files (thanks to robbiew)

Michael Vogt hace 17 años
padre
commit
cb3cc4806c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      methods/https.cc

+ 0 - 1
methods/https.cc

@@ -248,7 +248,6 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
    // cleanup
    if(success != 0) 
    {
-      unlink(File->Name().c_str());
       _error->Error("%s", curl_errorstr);
       Fail();
       return true;