Commit ff9cd87e authored by Geoff Simmons's avatar Geoff Simmons

Add an HTTP/2 test to e04.vtc.

parent b4571378
......@@ -35,7 +35,36 @@ client c1 {
rxresp
expect resp.status == 200
expect resp.bodylen == 67
expect resp.body == {
<html>
Before include
Included file
After include
}
}
client c1 -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 == 67
expect resp.body == {
<html>
Before include
Included file
After include
}
} -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