]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix that DS queries with referral replies are answered straight
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Jan 2018 09:48:22 +0000 (09:48 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Jan 2018 09:48:22 +0000 (09:48 +0000)
commit6cb75924d947f41dd92c0f8580d318431be90bbd
tree599b2d8045004f1c181bad78c79f456083a87006
parentcb98f5896f1054a90ee8c1994d4e9a66390e7fcc
- Fix that DS queries with referral replies are answered straight
  away, without a repeat query picking the DS from cache.
  The correct reply should have been an answer, the reply is fixed
  by the scrubber to have the answer in the answer section.

git-svn-id: file:///svn/unbound/trunk@4430 be551aaa-1e26-0410-a405-d3ace91eadb9
doc/Changelog
iterator/iter_scrub.c
testdata/iter_ds_referral.rpl [new file with mode: 0644]
testdata/iter_ds_reply.rpl [new file with mode: 0644]