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

This problem was already fixed.

Fixes	#1395
parent b0a84bdf
varnishtest "Test vcl_error is called even if vcl_backend_fetch failed"
varnish v1 -vcl {
backend default {
.host = "${bad_ip}"; .port = "9090";
}
sub vcl_error {
set obj.status = 200;
}
} -start
client c1 {
txreq -url "/"
rxresp
expect resp.status == 503
} -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