Adjust to varnish-cache 65242d1d97a3f0a75880f85bf2d1e0b56f917d98

parent efa1e7d6
......@@ -5,7 +5,7 @@ varnishtest "digest scope=TOP"
server s1 {
rxreq
txresp -body {
txresp -noserver -body {
<html>
Before include
<esi:include src="/body" sr="foo"/>
......@@ -14,7 +14,7 @@ server s1 {
}
rxreq
expect req.url == "/body1"
txresp -body {
txresp -noserver -body {
Included file
}
} -start
......@@ -81,14 +81,14 @@ logexpect l5 -v v1 -g request {
} -start
client c1 {
txreq
txreq -nouseragent
rxresp
expect resp.bodylen == 75
expect resp.status == 200
delay .1
# test that there is no difference on miss/hit
txreq
txreq -nouseragent
rxresp
expect resp.bodylen == 75
expect resp.status == 200
......
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