Commit 6b85177a authored by Nils Goroll's avatar Nils Goroll Committed by Pål Hermunn Johansen

Improve wording of do_stream documentation

Addresses question in #2038
parent 8c9f8757
......@@ -487,11 +487,11 @@ sp_variables = [
),
('beresp.do_stream',
'BOOL',
( 'backend_response', 'backend_error'),
( 'backend_response', 'backend_error'), """
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.
('backend_response', 'backend_error'),
('backend_response', 'backend_error'), """
Deliver the object to the client while fetching the whole
object into varnish. If this request is pass'ed it will not be
stored in memory.
"""
),
('beresp.do_gzip',
......
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