[2.1] varnish-2.1.5-8-gf3710ac

Bjørn Ruberg bjorn at varnish-cache.org
Thu Mar 3 10:00:00 CET 2011


commit f3710ac081854803005791e49ad65712fdf28ba2
Author: Bjoern Ruberg <bjorn at ruberg.no>
Date:   Thu Mar 3 09:56:59 2011 +0100

    clarifications (again)

diff --git a/doc/sphinx/glossary/index.rst b/doc/sphinx/glossary/index.rst
index 94a104d..7a2787d 100644
--- a/doc/sphinx/glossary/index.rst
+++ b/doc/sphinx/glossary/index.rst
@@ -76,6 +76,11 @@ Varnish Glossary
 	the client.  When the response is stored in varnishd's cache,
 	we call it an object.
 
+   backend response
+        The response specifically served from a backend to
+        varnishd. The backend response may be manipulated in
+        vcl_fetch.
+
    body
 	The bytes that make up the contents of the object, varnishd
 	does not care if they are in HTML, XML, JPEG or even EBCDIC,
@@ -84,8 +89,8 @@ Varnish Glossary
    object
 	The (possibly) cached version of a backend response. Varnishd
 	receives a reponse from the backend and creates an object,
-	from which it may produce cached responses to clients. If the
-	backend response is created from a request which is passed, it
+	from which it may deliver cached responses to clients. If the
+	object is created as a result of a request which is passed, it
 	will not be stored for caching.
 
    .. comment: "configuration of varnishd -----------------------------"



More information about the varnish-commit mailing list