Commit f0635786 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Simplify

parent 83aa5402
varnishtest "Slim down hit-for-pass objects"
varnishtest "Slim down hit-for-pass objects"
server s1 -repeat 2 {
rxreq
txresp -hdr "Cache-Control: max-age=5" -bodylen 65535
txresp -bodylen 65535
} -start
varnish v1 -vcl+backend {
......@@ -12,13 +12,11 @@ varnish v1 -vcl+backend {
} -start
logexpect l1 -v v1 {
expect * * Storage Transient
expect * * Storage "Transient"
} -start
client c1 {
txreq -url /foo
rxresp
txreq -url /bar
txreq
rxresp
} -run
......
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