From 30b4eb1e8dc33c7858aa0c62532bc50ad8a988c3 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 15 Jul 2002 05:51:06 +0000 Subject: [PATCH] Disable pipeline_prefetch in HEAD as it is known to be broken due to the store_client_copy() api change --- src/cf.data.pre | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.47.3