Commit 7d0d54cc authored by Geoff Simmons's avatar Geoff Simmons

Add a test for HTTP/2 to e10.vtc.

parent c964189d
......@@ -28,5 +28,28 @@ client c1 {
rxresp
expect resp.status == 200
expect resp.bodylen == 21
expect resp.body == {
<f<esi?
foo
}
} -run
varnish v1 -expect esi_errors == 0
## HTTP/2
varnish v1 -cliok "param.set feature +http2"
client c1 {
stream 1 {
txreq
rxresp
expect resp.status == 200
expect resp.bodylen == 21
expect resp.body == {
<f<esi?
foo
}
} -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