a75afb9439
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/varnish#45b447537f587a52425a37174c43ee13d912d7da
12 lines
401 B
Diff
12 lines
401 B
Diff
--- bin/varnishtest/tests/r02429.vtc.orig 2017-11-16 11:08:04.718822949 +0100
|
|
+++ bin/varnishtest/tests/r02429.vtc 2017-11-16 11:08:12.411275341 +0100
|
|
@@ -4,7 +4,7 @@
|
|
accept
|
|
} -start
|
|
|
|
-varnish v1 -arg "-s Transient=file,${tmpdir}/_.file,1m" -vcl+backend {
|
|
+varnish v1 -arg "-s Transient=file,${tmpdir}/_.file,10m" -vcl+backend {
|
|
sub vcl_backend_error {
|
|
synthetic("foo");
|
|
return (deliver);
|