]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404"
[apt.git] / methods / https.h
index faac8a3cdae8c247b103e44baaec5146d5d02fe3..411b71440119146e78166f94566437b510cb739f 100644 (file)
@@ -66,6 +66,7 @@ class HttpsMethod : public pkgAcqMethod
    CURL *curl;
    FetchResult Res;
    HttpsServerState *Server;
+   bool ReceivedData;
 
    public:
    FileFd *File;