]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix cachedb with serve-expired-client-timeout disabled. The edns
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Apr 2024 11:32:15 +0000 (13:32 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Apr 2024 11:32:15 +0000 (13:32 +0200)
commit7c5e765b3bb281a3a66741c1f340a0ba6162142c
tree393624662e3a6f2a2538a46ab0c06ddc711a20cb
parentf456d97a340b6a9fd4338eb84e9c933e3c901663
- Fix cachedb with serve-expired-client-timeout disabled. The edns
  subnet module deletes global cache and cachedb cache when it
  stores a result, and serve-expired is enabled, so that the global
  reply, that is older than the ecs reply, does not return after
  the ecs reply expires.
cachedb/cachedb.c
cachedb/cachedb.h
daemon/daemon.c
doc/Changelog
edns-subnet/subnetmod.c
libunbound/libunbound.c
testdata/cachedb_subnet_expired.crpl
util/module.h