Commit a5d7ec33 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Test case for backend Keep-Alive filtering

Close #3417
parent afc5b41e
varnishtest "Filter Keep-Alive out from beresp to resp"
server s1 {
rxreq
txresp -hdr "Keep-Alive: timeout=5, max=1000"
} -start
varnish v1 -vcl+backend "" -start
client c1 {
txreq
rxresp
expect resp.http.Keep-Alive == <undef>
} -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