diff options
author | Sam Bingner <sam@bingner.com> | 2019-08-17 20:00:42 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-08-18 12:07:59 -1000 |
commit | d4baec84f5a6a8484b7b7c284184721c748b6dc2 (patch) | |
tree | 7f0a1ecc106a52716d64c4fcc5b83f06ddbcefa0 /methods/http.h | |
parent | 23dbbe24511b0a5db2ef47a3846cd59b7fb9a106 (diff) |
Cleanup patches for 1.8.2
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 1 |
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: |