diff options
Diffstat (limited to 'methods/https.h')
-rw-r--r-- | methods/https.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/https.h b/methods/https.h index faac8a3cd..411b71440 100644 --- a/methods/https.h +++ b/methods/https.h @@ -66,6 +66,7 @@ class HttpsMethod : public pkgAcqMethod CURL *curl; FetchResult Res; HttpsServerState *Server; + bool ReceivedData; public: FileFd *File; |