]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 9 Feb 2023 09:52:56 +0000 (10:52 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 9 Feb 2023 09:52:56 +0000 (10:52 +0100)
- Allow TTL refresh of expired error responses.

doc/Changelog
iterator/iterator.c

index 7c252a96dc1e319763aacc612394303374999eff..c6accacf9b8f90f12e99d407a0988f1f863ecc00 100644 (file)
@@ -1,3 +1,6 @@
+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
index a6e0b26ce778db1dd51c4f3b138f26105adf2f7f..2d4c43f581ac5feef98cad23aa0bab4ad1a1815c 100644 (file)
@@ -329,8 +329,7 @@ error_response_cache(struct module_qstate* qstate, int id, int rcode)
                                                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;