diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-02-17 22:40:05 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-02-17 22:40:05 +0100 |
commit | 9fcbe2047293f8ef703439264ed3d35701f51638 (patch) | |
tree | 5669db5c2fd2caf7274ff751f9e6a22311f09273 /methods/http.h | |
parent | 424d785b672f80a0f1a5b6ab4a858c48f4c49bfd (diff) | |
parent | 762d7367f5f74f877ec75986e19fc9d46eef5164 (diff) |
merged from the mvo branch
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/http.h b/methods/http.h index bc076e1f8..bac94e177 100644 --- a/methods/http.h +++ b/methods/http.h @@ -134,6 +134,7 @@ class HttpMethod : public pkgAcqMethod bool Flush(ServerState *Srv); bool ServerDie(ServerState *Srv); int DealWithHeaders(FetchResult &Res,ServerState *Srv); + bool AutoDetectProxy(); virtual bool Configuration(string Message); @@ -147,6 +148,7 @@ class HttpMethod : public pkgAcqMethod virtual bool Fetch(FetchItem *); string NextURI; + string AutoDetectProxyCmd; public: friend class ServerState; |