Commit 864dd9cc authored by Nils Goroll's avatar Nils Goroll

test timeout_idle

parent 75a091d3
varnishtest "Check timeout_idle"
varnish v1 -arg "-p timeout_idle=1" -vcl {
backend dummy { .host = "${bad_ip}"; }
sub vcl_backend_error {
set beresp.status = 200;
set beresp.ttl = 1h;
}
} -start
client c1 {
txreq
rxresp
delay .2
txreq
rxresp
delay 2
expect_close
} -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