Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
b0bc73e4
Commit
b0bc73e4
authored
Nov 19, 2018
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use vsl_catchup instead of delay .1
parent
721289a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
c00034.vtc
bin/varnishtest/tests/c00034.vtc
+7
-2
No files found.
bin/varnishtest/tests/c00034.vtc
View file @
b0bc73e4
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment