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

Make sure the esi parser kicks in.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4035 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e1060eda
...@@ -6,7 +6,7 @@ server s1 { ...@@ -6,7 +6,7 @@ server s1 {
rxreq rxreq
expect req.url == "/foo" expect req.url == "/foo"
txresp -hdr "Connection: close" txresp -hdr "Connection: close"
send { } send {<x> }
} -start } -start
varnish v1 -vcl+backend { 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