Commit f9468085 authored by Geoff Simmons's avatar Geoff Simmons

Adapt the vtc delay command as required since Varnish commit 06047a0.

parent be23cf75
......@@ -5,13 +5,13 @@ feature SO_RCVTIMEO_WORKS
server s1 {
rxreq
expect req.url == "from_backend"
delay 1;
delay 1
txresp
} -start
server s2 {
rxreq
expect req.url == "from_vcl"
delay 1.5;
delay 1.5
txresp
} -start
......
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