Commit d861c18f authored by Andreas Plesner's avatar Andreas Plesner

This file was named wrong, and the test does not make sense anymore, since the...

This file was named wrong, and the test does not make sense anymore, since the backend health information is in the fetch thread
parent e471a846
varnishtest "req.backend.healthy in vcl_deliver"
server s1 {
rxreq
txresp
} -start
varnish v1 -vcl+backend {
import ${vmod_std};
sub vcl_deliver {
set resp.http.x-foo = std.healthy(req.backend);
}
} -start
client c1 {
txreq
rxresp
expect resp.status == 200
} -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