Commit bab71a1a authored by Nils Goroll's avatar Nils Goroll

Further improve do_stream documentation

Thanks, Dridi

Addresses question in #2038
parent 74d5d488
......@@ -506,8 +506,9 @@ sp_variables = [
('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.
object into varnish. For uncacheable objects, storage for
parts of the body which have been sent to the client may
get freed early, depending on the storage engine used.
"""
),
('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