From c37030c2566a511787933f801a89430f26e5b18a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 9 Jun 2007 01:02:25 +0200 Subject: * debian/control: increase standards version * methods/http.cc: revert pipeline depth and move global Proxy to here * methods/http.h: remove Proxy from here --- methods/http.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'methods/http.cc') diff --git a/methods/http.cc b/methods/http.cc index 4b9622b00..d9487be88 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -55,9 +55,10 @@ using namespace std; string HttpMethod::FailFile; int HttpMethod::FailFd = -1; time_t HttpMethod::FailTime = 0; -unsigned long PipelineDepth = 8; +unsigned long PipelineDepth = 10; unsigned long TimeOut = 120; bool Debug = false; +URI Proxy; unsigned long CircleBuf::BwReadLimit=0; unsigned long CircleBuf::BwTickReadData=0; -- cgit v1.2.3