Commit d58feee6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More XML/ESI testcases



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2929 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 74f9bcd6
......@@ -36,12 +36,19 @@ server s1 {
<esi:include src/>
<esi:include src=/>
<esi:include src= />
<esi:include src="foofof />
<esi:include foo=bar src=/body2 />
}
rxreq
expect req.url == "/body"
txresp -body {
Included file
}
rxreq
expect req.url == "/body2"
txresp -body {
Included file 2
}
} -start
varnish v1 -vcl+backend {
......
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