From: hno <> Date: Mon, 15 Jul 2002 05:51:06 +0000 (+0000) Subject: Disable pipeline_prefetch in HEAD as it is known to be broken due to X-Git-Tag: SQUID_3_0_PRE1~906 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b4eb1e8dc33c7858aa0c62532bc50ad8a988c3;p=thirdparty%2Fsquid.git Disable pipeline_prefetch in HEAD as it is known to be broken due to the store_client_copy() api change --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 7489b74859..aed548c5e2 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.271 2002/07/03 08:52:34 hno Exp $ +# $Id: cf.data.pre,v 1.272 2002/07/14 23:51:06 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -3793,11 +3793,15 @@ DOC_END NAME: pipeline_prefetch TYPE: onoff LOC: Config.onoff.pipeline_prefetch -DEFAULT: on +DEFAULT: off DOC_START To boost the performance of pipelined requests to closer match that of a non-proxied environment Squid tries to fetch up to two requests in parallell from a pipeline. + + Note: This is known to be broken in Squid-DEVEL due to changes + in the internal store_client_copy() interface. Do not enable + for now. DOC_END NAME: extension_methods