Adjust to varnish-cache 65242d1d97a3f0a75880f85bf2d1e0b56f917d98

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