Commit 4fe5991f authored by Geoff Simmons's avatar Geoff Simmons

Repeat the test in e00.vtc using HTTP/2.

parent 44cdd7c2
...@@ -8,7 +8,7 @@ server s1 { ...@@ -8,7 +8,7 @@ server s1 {
} }
} -start } -start
varnish v1 -arg "-p debug=+syncvsl" -vcl+backend { varnish v1 -vcl+backend {
import ${vmod_pesi}; import ${vmod_pesi};
sub vcl_backend_response { sub vcl_backend_response {
...@@ -43,3 +43,19 @@ client c1 { ...@@ -43,3 +43,19 @@ client c1 {
client c1 -run client c1 -run
logexpect l1 -wait logexpect l1 -wait
varnish v1 -expect esi_errors == 0 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 == 33
expect resp.body == {
-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