]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4278: Docs: typo in the refresh_pattern freshness algorithm
authorJavad Kouhi <javad.kouhi@gmail.com>
Thu, 27 Aug 2015 08:11:38 +0000 (01:11 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 27 Aug 2015 08:11:38 +0000 (01:11 -0700)
src/cf.data.pre

index 6f3295f1abc0c6391bdea6d74626985f5d669261..f2762f79f40df38b7d8acbea64092dc7450b0b3e 100644 (file)
@@ -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