Commit e6fec7f0 authored by Geoff Simmons's avatar Geoff Simmons

Add an HTTP/2 test for e21.vtc.

parent 034c3b87
......@@ -39,7 +39,28 @@ client c1 {
gunzip
expect resp.status == 200
expect resp.bodylen == 40
expect resp.body == {
<esX>This is a test: Hello world
}
}
client c1 -run
varnish v1 -expect esi_errors == 2
## HTTP/2
varnish v1 -cliok "param.set feature +http2"
client c1 {
stream 1 {
txreq
rxresp
expect resp.status == 200
expect resp.bodylen == 40
expect resp.body == {
<esX>This is a test: Hello world
}
} -run
} -run
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