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