Commit 9c4d8a47 authored by Asad Sajjad Ahmed's avatar Asad Sajjad Ahmed Committed by Martin Blix Grydeland

h2: add vtc for VSV00011

Check for correct handling of missing pseudo-headers, and invalid
characters.
Signed-off-by: 's avatarAsad Sajjad Ahmed <asadsa@varnish-software.com>
parent 6fbb9377
varnishtest "H2: Empty pseudo-headers"
server s1 {
rxreq
txresp
} -start
varnish v1 -arg "-p feature=+http2" -vcl+backend {
} -start
client c1 {
stream 1 {
txreq -url ""
rxrst
} -run
} -run
client c1 {
stream 1 {
txreq -url " \t"
rxrst
} -run
} -run
client c1 {
stream 1 {
txreq -scheme ""
rxrst
} -run
} -run
client c1 {
stream 1 {
txreq -scheme " \t"
rxrst
} -run
} -run
client c1 {
stream 1 {
txreq -req ""
rxrst
} -run
} -run
client c1 {
stream 1 {
txreq -req " \t"
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