[master] de88b4f Improve wording of do_stream documentation

Nils Goroll nils.goroll at uplex.de
Tue Aug 23 10:25:11 CEST 2016


commit de88b4f693dbc41d3c09704e5089a6c7c414c1f2
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Aug 23 10:23:32 2016 +0200

    Improve wording of do_stream documentation
    
    Addresses question in #2038

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index a34d1e3..87bf387 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -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',



More information about the varnish-commit mailing list