[master] 6143ab4f2 VSL log the hash input in this hash-input-test

Poul-Henning Kamp phk at FreeBSD.org
Thu Feb 11 13:34:07 UTC 2021


commit 6143ab4f221ae68f2ffc7429d5653b9d746e3e58
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Feb 11 13:29:24 2021 +0000

    VSL log the hash input in this hash-input-test

diff --git a/bin/varnishtest/tests/r01296.vtc b/bin/varnishtest/tests/r01296.vtc
index 1683d926a..cac08bdd1 100644
--- a/bin/varnishtest/tests/r01296.vtc
+++ b/bin/varnishtest/tests/r01296.vtc
@@ -19,6 +19,8 @@ varnish v1 -vcl+backend {
 	}
 } -start
 
+varnish v1 -cliok "param.set vsl_mask +Hash"
+
 client c1 {
 	txreq -hdr "foo: 1"
 	rxresp


More information about the varnish-commit mailing list