Commit de88b4f6 authored by Nils Goroll's avatar Nils Goroll

Improve wording of do_stream documentation

Addresses question in #2038
parent f5b448b5
......@@ -505,9 +505,9 @@ sp_variables = [
'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.
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