Commit 79bec789 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Coverage for h2 empty header in t02023

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