]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix validation failures due to EDNS backoff retries, the retry
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Aug 2011 09:00:43 +0000 (09:00 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Aug 2011 09:00:43 +0000 (09:00 +0000)
commitd56aef7b33d237aff707ad876124fd4fb92d4c71
treeea410ddc182ec30bcb66798cb8e29f1df6b8351e
parentaccc4a6f68cc2cf61ef910f484a6ec10c5bc941e
   - Fix validation failures due to EDNS backoff retries, the retry
         for fetch of data has want_dnssec because the iter_indicate_dnssec
         function returns true when validation failure retry happens, and
         then the serviced query code does not fallback to noEDNS, even if
         the cache says it has this.  This helps for DLV deployment when
         the DNSSEC status is not known for sure before the lookup concludes.

git-svn-id: file:///svn/unbound/trunk@2483 be551aaa-1e26-0410-a405-d3ace91eadb9
doc/Changelog
iterator/iter_utils.c
iterator/iter_utils.h
iterator/iterator.c
services/outside_network.c