- Allow TTL refresh of expired error responses.
+9 February 2023: George
+ - Allow TTL refresh of expired error responses.
+
9 February 2023: Wouter
- Fix to ignore entirely empty responses, and try at another authority.
This turns completely empty responses, a type of noerror/nodata into
rep->serve_expired_ttl) {
verbose(VERB_ALGO, "reset "
"serve-expired-ttl for "
- "error response in "
- "cache");
+ "response in cache");
rep->serve_expired_ttl =
*qstate->env->now +
qstate->env->cfg->serve_expired_ttl;