[6.0] b5196b5d3 common sense "and" == boolean logic "or"

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:52:32 UTC 2018


commit b5196b5d30d49d6ae0e43cc4a2aea8f6221e87b7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Apr 4 15:30:14 2018 +0200

    common sense "and" == boolean logic "or"

diff --git a/doc/sphinx/reference/vcl_var.rst b/doc/sphinx/reference/vcl_var.rst
index 85c11fb22..6df36351e 100644
--- a/doc/sphinx/reference/vcl_var.rst
+++ b/doc/sphinx/reference/vcl_var.rst
@@ -728,7 +728,7 @@ beresp.do_stream
 	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
+	This variable has no effect if do_esi is true or when the
 	response body is empty.
 
 beresp.do_gzip


More information about the varnish-commit mailing list