Commit bd7c6346 authored by Nils Goroll's avatar Nils Goroll

tolerate the change from PR #2840

ref https://github.com/varnishcache/varnish-cache/issues/2840
parent 8fb40496
......@@ -199,7 +199,8 @@ logexpect l1 -v v1 -g vxid -q "VCL_Error" {
client c1 {
txreq
rxresp
expect resp.status == 501
expect resp.status >= 501
expect resp.status <= 503
expect resp.http.empty == "D41D8CD98F00B204E9800998ECF8427E"
} -run
......
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