From 2bb84b43df86f617470f20368dc208029a037a77 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 4 Oct 2001 04:56:20 +0000 Subject: [PATCH] Make the wording in quick_abort less ambigous. Lots of people seem to think that quick_abort_min actually makes Squid to never continuing the downloads.. --- src/cf.data.pre | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 94aaabd9d1..0e06e3e0a8 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.227 2001/10/01 18:28:04 hno Exp $ +# $Id: cf.data.pre,v 1.228 2001/10/03 22:56:20 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1579,14 +1579,20 @@ DOC_START then. If the transfer has less than 'quick_abort_min' KB remaining, - it will finish the retrieval. Setting 'quick_abort_min' to -1 - will disable the quick_abort feature. + it will finish the retrieval. If the transfer has more than 'quick_abort_max' KB remaining, it will abort the retrieval. If more than 'quick_abort_pct' of the transfer has completed, it will finish the retrieval. + + If you do not want any requests to continue after the client + has aborted, set both 'quick_abort_min' and 'quick_abort_max' + to '0 KB'. + + If you want downloads to always continue if they are being + cached then set 'quick_abort_min' to '-1 KB'. DOC_END -- 2.47.2