This, together with the previous couple of commits completely
addresses the code aspects of bug #294.
# XXX: or delta times in VCL programs, so this shouldn't be needed /phk
{ now
RO TIME
- {recv pipe pass hash miss hit fetch deliver discard timeout}
+ {recv pipe pass hash miss hit fetch deliver discard timeout error}
"const struct sess *"
}
{ req.backend.healthy RO BOOL
V_RO, 0,
VCL_MET_RECV | VCL_MET_PIPE | VCL_MET_PASS | VCL_MET_HASH
| VCL_MET_MISS | VCL_MET_HIT | VCL_MET_FETCH | VCL_MET_DELIVER
- | VCL_MET_DISCARD | VCL_MET_TIMEOUT
+ | VCL_MET_DISCARD | VCL_MET_TIMEOUT | VCL_MET_ERROR
},
{ "req.backend.healthy", BOOL, 19,
"VRT_r_req_backend_healthy(sp)", NULL,