Commit d60893d3 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

r02135.vtc test case fixes

This test case should not rely on
first_byte_timeout/between_bytes_timeout.
parent 23b69777
...@@ -7,21 +7,15 @@ server s1 { ...@@ -7,21 +7,15 @@ server s1 {
txresp txresp
rxreq rxreq
expect req.url == "/foo" expect req.url == "/foo"
delay 2.5 close
send " "
expect_close
accept accept
rxreq rxreq
expect req.url == "/foo" expect req.url == "/foo"
barrier b1 sync barrier b1 sync
delay 2.5 close
send " "
expect_close expect_close
} -start } -start
varnish v1 -cliok "param.set between_bytes_timeout 1"
varnish v1 -cliok "param.set first_byte_timeout 1"
varnish v1 -vcl+backend { varnish v1 -vcl+backend {
sub vcl_backend_error { sub vcl_backend_error {
set beresp.http.url = bereq.url; set beresp.http.url = bereq.url;
......
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