Commit 802cfca7 authored by Bjoern Ruberg's avatar Bjoern Ruberg Committed by Bjoern Ruberg

clarifications (again)

parent 7427be86
......@@ -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 -----------------------------"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment