[master] 3b941aa improve do_stream documentation

Nils Goroll nils.goroll at uplex.de
Wed Apr 4 12:58:10 UTC 2018


commit 3b941aa6d1888a5fa175b4085e4d2707442eca89
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Apr 4 14:56:59 2018 +0200

    improve do_stream documentation

diff --git a/doc/sphinx/reference/vcl_var.rst b/doc/sphinx/reference/vcl_var.rst
index c4ded7c..85c11fb 100644
--- a/doc/sphinx/reference/vcl_var.rst
+++ b/doc/sphinx/reference/vcl_var.rst
@@ -719,13 +719,17 @@ beresp.do_stream
 
 	Writable from: vcl_backend_response, vcl_backend_error
 
+	Default: true
+
 	Deliver the object to the client while fetching the whole
 	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.
-	
+
+	This variable has no effect if do_esi is true and when the
+	response body is empty.
 
 beresp.do_gzip
 


More information about the varnish-commit mailing list