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