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" ...@@ -2,6 +2,7 @@ varnishtest "simple H2 get"
server s1 { server s1 {
rxreq rxreq
expect req.http.host == foo.bar
txresp -bodylen 10 txresp -bodylen 10
} -start } -start
...@@ -12,8 +13,18 @@ varnish v1 -cliok "param.set debug +syncvsl" ...@@ -12,8 +13,18 @@ varnish v1 -cliok "param.set debug +syncvsl"
client c1 { client c1 {
stream 1 { 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 rxresp
expect resp.status == 200
} -run } -run
stream 0 { stream 0 {
txping -data "_-__-_-_" 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