Commit 66a61835 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Cover H2's illegal header detection code.

parent 84ad0a72
......@@ -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