Commit 07bf5d5c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Cover H2's illegal header detection code.

parent 8322b21c
......@@ -40,3 +40,18 @@ varnish v1 -expect MEMPOOL.req0.live == 0
varnish v1 -expect MEMPOOL.req1.live == 0
varnish v1 -expect MEMPOOL.sess0.live == 0
varnish v1 -expect MEMPOOL.sess1.live == 0
client c1 {
stream 11 {
txreq -hdr sna[]fu foo.bar -pad cotton
rxrst
} -run
} -run
client c1 {
stream 13 {
txreq -hdr snaFu foo.bar -pad cotton
rxrst
} -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