Commit d9b53091 authored by Geoff Simmons's avatar Geoff Simmons

Add an HTTP/2 test for e07.vtc.

parent 15ac6161
......@@ -50,7 +50,34 @@ client c1 {
rxresp
expect resp.status == 200
expect resp.bodylen == 120
expect resp.body == {
<html>filler
This is before the test
<![CDATA[fooooooooooooooooooobar]]>
filler
This is a test: Hello world
}
}
client c1 -run
varnish v1 -expect esi_errors == 0
## HTTP/2
varnish v1 -cliok "param.set feature +http2"
client c1 {
stream 1 {
txreq -url /foo/bar -hdr host froboz
rxresp
expect resp.status == 200
expect resp.bodylen == 120
expect resp.body == {
<html>filler
This is before the test
<![CDATA[fooooooooooooooooooobar]]>
filler
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