]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
use the same redirection handling for http and https
[apt.git] / methods / http.h
index 2ac3b8c9b366d0b2e313b05d3e8147c38ddd3a07..e6b11d642d79171dd1774fb05420c2e2a42ed074 100644 (file)
@@ -130,6 +130,7 @@ class HttpMethod : public ServerMethod
 
    virtual std::unique_ptr<ServerState> CreateServerState(URI const &uri) APT_OVERRIDE;
    virtual void RotateDNS() APT_OVERRIDE;
+   virtual DealWithHeadersResult DealWithHeaders(FetchResult &Res) APT_OVERRIDE;
 
    protected:
    std::string AutoDetectProxyCmd;