From: Javad Kouhi Date: Mon, 24 Aug 2015 12:18:26 +0000 (-0700) Subject: Bug 4278: Docs: typo in the refresh_pattern freshness algorithm X-Git-Tag: SQUID_4_0_1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb41bbb2eddcd121e933af8a46330a648fa30da3;p=thirdparty%2Fsquid.git Bug 4278: Docs: typo in the refresh_pattern freshness algorithm --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 21fa6e1c39..d242e4ea90 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -5520,7 +5520,7 @@ DOC_START Basically a cached object is: - FRESH if expires < now, else STALE + FRESH if expire > now, else STALE STALE if age > max FRESH if lm-factor < percent, else STALE FRESH if age < min