Commit dfea32ee authored by Geoff Simmons's avatar Geoff Simmons

Add an HTTP/2 test for e24.vtc.

parent f9ccd2ff
...@@ -138,3 +138,19 @@ client c1 { ...@@ -138,3 +138,19 @@ client c1 {
} -run } -run
varnish v1 -expect esi_errors == 0 varnish v1 -expect esi_errors == 0
## 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 -hdr accept-encoding gzip
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