From: Javad Kouhi Date: Thu, 27 Aug 2015 08:11:38 +0000 (-0700) Subject: Bug 4278: Docs: typo in the refresh_pattern freshness algorithm X-Git-Tag: SQUID_3_5_8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef348026834e2f83d003f396e0d43503d79ba028;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 6f3295f1ab..f2762f79f4 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -5360,7 +5360,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