]> git.ipfire.org Git - thirdparty/unbound.git/commit
- use a cachedb answer even if it's "expired" when serve-expired is yes
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 19 Sep 2017 09:08:29 +0000 (09:08 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 19 Sep 2017 09:08:29 +0000 (09:08 +0000)
commit55d8fe2837b2ea0e6773ad8bc147b6f39b7bd70b
treefda67dd1ff6703c5bda62c4540eaf0165db9dc92
parent3427b992f753993ef1cfd4273dde98bfa28016eb
- use a cachedb answer even if it's "expired" when serve-expired is yes
  (patch from Jinmei Tatuya).
- trigger refetching of the answer in that case (this will bypass
  cachedb lookup)
- allow storing a 0-TTL answer from cachedb in the in-memory message
  cache when serve-expired is yes

git-svn-id: file:///svn/unbound/trunk@4353 be551aaa-1e26-0410-a405-d3ace91eadb9
cachedb/cachedb.c
doc/Changelog
services/cache/dns.c
services/cache/dns.h
services/mesh.c
util/module.h