[master] fb3a5bb1d Adjust vtc to account for another 8 bytes used in struct req

Nils Goroll nils.goroll at uplex.de
Mon Nov 29 14:47:06 UTC 2021


commit fb3a5bb1d1569f9ceee0a7f2cff5d9dcf11dd233
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Nov 29 15:37:31 2021 +0100

    Adjust vtc to account for another 8 bytes used in struct req

diff --git a/bin/varnishtest/tests/r02219.vtc b/bin/varnishtest/tests/r02219.vtc
index 3604392a0..599f2ced7 100644
--- a/bin/varnishtest/tests/r02219.vtc
+++ b/bin/varnishtest/tests/r02219.vtc
@@ -22,7 +22,7 @@ varnish v1 -arg "-p workspace_client=9k" \
 } -start
 
 client c1 {
-	send "PROXY TCP4 127.0.0.1 127.0.0.1 1111 2222\r\nGET /${string,repeat,752,A} HTTP/1.1\r\n\r\n"
+	send "PROXY TCP4 127.0.0.1 127.0.0.1 1111 2222\r\nGET /${string,repeat,744,A} HTTP/1.1\r\n\r\n"
 	rxresp
 } -run
 
@@ -39,6 +39,6 @@ ${string,repeat,732,"42 "}
 } -run
 
 client c3 {
-	send "PROXY TCP4 127.0.0.1 127.0.0.1 1111 2222\r\nGET /${string,repeat,756,C} HTTP/1.1\r\n\r\n"
+	send "PROXY TCP4 127.0.0.1 127.0.0.1 1111 2222\r\nGET /${string,repeat,748,C} HTTP/1.1\r\n\r\n"
 	rxresp
 } -run


More information about the varnish-commit mailing list