[master] 3ae6edff5 Expect right after rxreq

guillaume quintard gquintard at users.noreply.github.com
Wed Aug 22 16:21:07 UTC 2018


commit 3ae6edff535108898ba1957bd1e8296f59b1ea3e
Author: guillaume quintard <gquintard at users.noreply.github.com>
Date:   Sun Aug 19 11:24:11 2018 -0700

    Expect right after rxreq

diff --git a/bin/varnishtest/tests/b00065.vtc b/bin/varnishtest/tests/b00065.vtc
index c8df453bf..5eb86d8d9 100644
--- a/bin/varnishtest/tests/b00065.vtc
+++ b/bin/varnishtest/tests/b00065.vtc
@@ -2,8 +2,8 @@ varnishtest "Test that C-L on HEAD request aren't nuked"
 
 server s1 {
 	rxreq
-	txresp -nolen -hdr "content-length: 17"
 	expect req.method == "HEAD"
+	txresp -nolen -hdr "content-length: 17"
 } -start
 
 varnish v1 -vcl+backend {


More information about the varnish-commit mailing list