Commit 8e4b3f8f authored by Geoff Simmons's avatar Geoff Simmons

Add an HTTP/2 test to e31.vtc.

parent 3a72edbf
......@@ -25,3 +25,19 @@ client c1 {
gunzip
expect resp.body == "bar"
} -run
## HTTP/2
varnish v1 -cliok "param.set feature +http2"
## See comments in e23.vtc about limitations using vtc to test
## gzipped H2 responses.
client c1 {
stream 1 {
txreq
rxresp
expect resp.http.content-encoding == gzip
expect resp.status == 200
} -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