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