X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0be7a32e21dca2e96ce46f6e5b701011aea76586..ff6bf1be3844bcda15303efc81e234ede7501e3c:/methods/http.cc diff --git a/methods/http.cc b/methods/http.cc index 5aefd4c1f..d9487be88 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -58,6 +58,7 @@ time_t HttpMethod::FailTime = 0; unsigned long PipelineDepth = 10; unsigned long TimeOut = 120; bool Debug = false; +URI Proxy; unsigned long CircleBuf::BwReadLimit=0; unsigned long CircleBuf::BwTickReadData=0;