[master] e25593a Fix esi:include syntax

Poul-Henning Kamp phk at FreeBSD.org
Thu Jan 28 12:49:19 CET 2016


commit e25593a2d54dcc6da8f50d910004a72e64a21856
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jan 19 12:50:45 2016 +0000

    Fix esi:include syntax

diff --git a/bin/varnishtest/tests/r00427.vtc b/bin/varnishtest/tests/r00427.vtc
index a75247b..ebeb2ba 100644
--- a/bin/varnishtest/tests/r00427.vtc
+++ b/bin/varnishtest/tests/r00427.vtc
@@ -3,9 +3,9 @@ varnishtest "client close in ESI delivery"
 server s1 {
 	rxreq
 	txresp -body {
-		<esi:include src="/foo">
-		<esi:include src="/bar">
-		<esi:include src="/barf">
+		<esi:include src="/foo"/>
+		<esi:include src="/bar"/>
+		<esi:include src="/barf"/>
 	}
 
 	rxreq



More information about the varnish-commit mailing list