[master] 7a1971168 Convert the second request to chunked for stronger test.

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 29 13:58:06 UTC 2020


commit 7a19711689e0576b6b7f6845a0bd9a7c7e6ee75c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 29 12:51:55 2020 +0000

    Convert the second request to chunked for stronger test.

diff --git a/bin/varnishtest/tests/r3354.vtc b/bin/varnishtest/tests/r3354.vtc
index 985c4b7d7..b27d85af8 100644
--- a/bin/varnishtest/tests/r3354.vtc
+++ b/bin/varnishtest/tests/r3354.vtc
@@ -4,7 +4,13 @@ server s1 {
 	rxreq
 	txresp -hdr "Foo: bar" -bodylen 1000
 	rxreq
-	txresp -bodylen 500
+	txresp -nolen -hdr "Transfer-Encoding: chunked"
+	chunkedlen 100
+	chunkedlen 100
+	chunkedlen 100
+	chunkedlen 100
+	chunkedlen 100
+	chunkedlen 0
 } -start
 
 varnish v1 -vcl+backend {


More information about the varnish-commit mailing list