Commit 2910838b authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add test for multiple Host headers

parent c259f855
varnishtest "Error on multiple Host headers"
server s1 {
rxreq
txresp
} -start
varnish v1 -vcl+backend {
} -start
client c1 {
txreq -hdr "Host: foo" -hdr "Host: bar"
} -run
varnish v1 -expect client_req_400 == 1
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