This reverts commit 1296bc7c466181a7978c313c40a041b34ce3eaeb.
@@ -402,8 +402,6 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
_error->Error("%s", err);
// unlink, no need keep 401/404 page content in partial/
unlink(File->Name().c_str());
- Res.Size = 0;
- Res.LastModified = 0;
return false;
}