summaryrefslogtreecommitdiff
path: root/methods/http.h
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-08-17 20:00:42 -1000
committerSam Bingner <sam@bingner.com>2020-07-17 00:22:23 -1000
commit7f51a104d161e5d4e9fe0c43d0cd94cafd13e248 (patch)
tree44bbdfda9d65ebae1122f2d1867cd34d54fcf66c /methods/http.h
parent15c57dc8e254d526e0086ddeb00ac39550dd9230 (diff)
Cleanup patches for 1.8.2
Diffstat (limited to 'methods/http.h')
-rw-r--r--methods/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/http.h b/methods/http.h
index f52aa8a1f..15691379d 100644
--- a/methods/http.h
+++ b/methods/http.h
@@ -38,6 +38,7 @@ class HttpMethod : public BaseHttpMethod
virtual DealWithHeadersResult DealWithHeaders(FetchResult &Res, RequestState &Req) APT_OVERRIDE;
protected:
+ FileFd *File;
std::string AutoDetectProxyCmd;
public: