Fix missing URIStart() for https downloads
[ntk/apt.git] / methods / https.h
index faac8a3..411b714 100644 (file)
@@ -66,6 +66,7 @@ class HttpsMethod : public pkgAcqMethod
    CURL *curl;
    FetchResult Res;
    HttpsServerState *Server;
+   bool ReceivedData;
 
    public:
    FileFd *File;