Commit 9d8cfbee authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Test case for #3402

parent 4e7d6633
varnishtest "probe dripping reads timeout"
server s0 {
rxreq
delay 1
send "HTTP/1.1 200 OK\r\n"
delay 0.5
send "Server: s0\r\n"
delay 1
send "\r\n"
} -dispatch
varnish v1 -vcl+backend {
probe default {
.window = 1;
.threshold = 1;
.timeout = 2s;
.interval = 0.1s;
}
} -start
delay 5
varnish v1 -cliexpect sick backend.list
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