Commit 90cb8734 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Coverage for h2 empty header in t02023

parent bc3e4207
varnishtest "Empty pseudo-headers" varnishtest "Empty and invalid headers"
server s1 { server s1 {
rxreq rxreq
...@@ -50,6 +50,14 @@ client c1 { ...@@ -50,6 +50,14 @@ client c1 {
} -run } -run
} -run } -run
client c1 {
stream 1 {
txreq -hdr "empty" ""
rxresp
expect resp.status == 200
} -run
} -run
varnish v1 -vsl_catchup varnish v1 -vsl_catchup
client c1 { client c1 {
......
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