Commit b0bc73e4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use vsl_catchup instead of delay .1

parent 721289a3
......@@ -22,6 +22,8 @@ client c1 {
varnish v1 -expect s_resp_bodybytes == 100
varnish v1 -vsl_catchup
varnish v1 -cliok "param.set http_range_support on"
client c1 {
......@@ -72,7 +74,8 @@ client c1 {
} -run
varnish v1 -expect s_resp_bodybytes == 100
delay .1
varnish v1 -vsl_catchup
client c1 {
# Valid range requests
......@@ -122,6 +125,8 @@ client c1 {
varnish v1 -expect s_resp_bodybytes == 501
varnish v1 -vsl_catchup
# Test Range streaming with streaming objects with C-L
server s1 {
......@@ -174,7 +179,7 @@ client c1 {
expect_close
} -run
delay .1
varnish v1 -vsl_catchup
client c1 {
# Closed C-L because we cannot use C-L
......
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