Commit e1f1d8f1 authored by Per Buer's avatar Per Buer

do_stream

parent 85f39f0d
......@@ -647,6 +647,12 @@ The following variables are available after the requested object has
been retrieved from the backend, before it is entered into the cache. In
other words, they are available in vcl_fetch:
beresp.do_stream
Deliver the object to the client directly without fetching the whole
object into varnish. If this request is pass'ed it will not be
stored in memory. As of Varnish Cache 3.0 the object will marked as busy
as it is delivered so only client can access the object.
beresp.do_esi
Boolean. ESI-process the object after fetching it. Defaults to false. Set it
to true to parse the object for ESI directives.
......
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