Unverified Commit a3f19c60 authored by Reza Naghibi's avatar Reza Naghibi Committed by Nils Goroll

Deprecate BackendReuse in favor of BackendClose

Signed-off-by: 's avatarNils Goroll <nils.goroll@uplex.de>
parent f7d14900
......@@ -107,19 +107,19 @@ logexpect l1 -v v1 -g vxid {
expect 0 = ESI_xmlerror {^ERR after 665 ESI 1.0 </esi:include> illegal end-tag$}
expect 0 = ESI_xmlerror {^ERR after 767 XML 1.0 Missing end attribute delimiter$}
expect 0 = ESI_xmlerror {^ERR after 843 ESI 1.0 <esi:include> has whitespace in src= attribute$}
expect 0 = BackendReuse
expect 0 = BackendClose
} -start
logexpect l2 -v v1 -g vxid {
expect * * BereqURL {^/body$}
expect * = ESI_xmlerror {^ERR after 30 VEP ended inside a tag$}
expect 0 = BackendReuse
expect 0 = BackendClose
} -start
logexpect l3 -v v1 -g vxid {
expect * * BereqURL {^/body2$}
expect * = ESI_xmlerror {^ERR after 39 VEP ended inside a tag$}
expect 0 = BackendReuse
expect 0 = BackendClose
} -start
varnish v1 -cliok "param.set debug +esi_chop"
......
......@@ -69,7 +69,7 @@ logexpect l1 -v v1 -g vxid -q "vxid == 1002" {
expect 0 = ESI_xmlerror {^WARN after 107 ESI 1.0 <esi:include> lacks final '/'$}
expect 0 = ESI_xmlerror {^ERR after 130 ESI 1.0 <esi:bogus> element$}
expect 0 = ESI_xmlerror {^ERR after 131837 VEP ended inside a tag$}
expect 0 = BackendReuse
expect 0 = BackendClose
} -start
client c1 {
......
......@@ -33,7 +33,7 @@ logexpect l1 -v v1 -g vxid {
expect 0 = ESI_xmlerror {^ERR after 3 ESI 1.0 <esi:include> element nested in <esi:remove>$}
expect 0 = ESI_xmlerror {^ERR after 3 ESI 1.0 Nested <!--esi element in <esi:remove>$}
expect 0 = Gzip {^U}
expect 0 = BackendReuse
expect 0 = BackendClose
} -start
client c1 {
......
......@@ -39,7 +39,7 @@ logexpect l1 -v v1 -g vxid {
expect 0 = ESI_xmlerror {^ERR after 24 ESI 1.0 Nested <!--esi element in <esi:remove>$}
expect 0 = Gzip {^G}
expect 0 = Gzip {^U}
expect 0 = BackendReuse
expect 0 = BackendClose
} -start
client c1 {
......
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