From 825a0ebaf08ce996d6a652a40f677fa4ba866f5a Mon Sep 17 00:00:00 2001 From: des Date: Thu, 23 Feb 2006 15:57:43 +0000 Subject: [PATCH] Add a short section on refreshing. Done for today. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@23 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-doc/en/varnish-specification/article.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/varnish-doc/en/varnish-specification/article.xml b/varnish-doc/en/varnish-specification/article.xml index 067d9315..fb5bb0fb 100644 --- a/varnish-doc/en/varnish-specification/article.xml +++ b/varnish-doc/en/varnish-specification/article.xml @@ -401,6 +401,16 @@ When sending a document to a client, Varnish must set the Expires header to the document's expiry time. + +
+ Refreshing + + Varnish must attempt to refresh documents before they + expire, in order to avoid stalling a client request while + retrieving an expired document. + + XXX +
-- 2.39.5