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

index 21fa6e1c39f7c0b32c5026513c5517e40121fde0..d242e4ea900db963291223c6a26276b517d55e63 100644 (file)
@@ -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