Commit eb8b4ee1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More bells & whistles

parent 9f52d603
......@@ -2,6 +2,7 @@ varnishtest "simple H2 get"
server s1 {
rxreq
expect req.http.host == foo.bar
txresp -bodylen 10
} -start
......@@ -12,8 +13,18 @@ varnish v1 -cliok "param.set debug +syncvsl"
client c1 {
stream 1 {
txreq
txprio -weight 10 -stream 0
} -start
stream 3 {
txprio -weight 10 -stream 0
} -start
stream 5 {
txprio -weight 10 -stream 2
} -start
stream 7 {
txreq -hdr :authority foo.bar
rxresp
expect resp.status == 200
} -run
stream 0 {
txping -data "_-__-_-_"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment