[6.0] 3a9b119b2 Expect right after rxreq

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:06 UTC 2018


commit 3a9b119b2540f56233a4ca254004070aefc46680
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