]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Disable pipeline_prefetch in HEAD as it is known to be broken due to
authorhno <>
Mon, 15 Jul 2002 05:51:06 +0000 (05:51 +0000)
committerhno <>
Mon, 15 Jul 2002 05:51:06 +0000 (05:51 +0000)
the store_client_copy() api change

src/cf.data.pre

index 7489b748599890ac6ad5e73d38ec67c4c066e8f2..aed548c5e2716f6ad5cd821d64f9efa16a7588b0 100644 (file)
@@ -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