[5.1] b335c0e Put a priority block in a HEADERS frame

Poul-Henning Kamp phk at FreeBSD.org
Mon Apr 10 13:59:05 CEST 2017


commit b335c0eee4fa15218aee417308c6bcb50bcd6dc0
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Mar 23 19:22:45 2017 +0000

    Put a priority block in a HEADERS frame

diff --git a/bin/varnishtest/tests/t02000.vtc b/bin/varnishtest/tests/t02000.vtc
index cb14e51..16b79b8 100644
--- a/bin/varnishtest/tests/t02000.vtc
+++ b/bin/varnishtest/tests/t02000.vtc
@@ -33,7 +33,7 @@ client c1 {
 		txprio -weight 10 -stream 2
 	} -run
 	stream 7 {
-		txreq -hdr :authority foo.bar -pad cotton
+		txreq -dep 3 -hdr :authority foo.bar -pad cotton
 		rxresp
 		expect resp.status == 200
 	} -start



More information about the varnish-commit mailing list