------------------------------------------------------------ revno: 13898 revision-id: squid3@treenet.co.nz-20150827081138-104e81dm0bvt4l7q parent: squid3@treenet.co.nz-20150827080933-pxuie2rkg52flc54 fixes bug: http://bugs.squid-cache.org/show_bug.cgi?id=4278 author: Javad Kouhi committer: Amos Jeffries branch nick: 3.5 timestamp: Thu 2015-08-27 01:11:38 -0700 message: Bug 4278: Docs: typo in the refresh_pattern freshness algorithm ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20150827081138-104e81dm0bvt4l7q # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: e8b3009d4309e982c2830a6bc3c1c62b2a73bb95 # timestamp: 2015-08-27 08:51:00 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20150827080933-\ # pxuie2rkg52flc54 # # Begin patch === modified file 'src/cf.data.pre' --- src/cf.data.pre 2015-08-20 13:52:14 +0000 +++ src/cf.data.pre 2015-08-27 08:11:38 +0000 @@ -5360,7 +5360,7 @@ 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