]> granicus.if.org Git - pdns/commit
Fix attempt to restrict/speed-up additional processing to auth zone
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 8 Jan 2019 20:31:55 +0000 (21:31 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 8 Jan 2019 20:31:55 +0000 (21:31 +0100)
commit137d738ae8a7e86395ee82815e8b300bc91e6f33
tree1c9a21e2db02078084f94d6fb392a11d3d0f91f6
parent7c94d361cd7fe8bca8f3af642ae7f917cc7a378d
Fix attempt to restrict/speed-up additional processing to auth zone

When doing additional processing, an attempt is made to restrict the lookup
to the zone we are answering from.  Sadly, we use the domain_id of an
optional getSOA lookup, a lookup that frequently does not happen.

Fixing this shaves 20-40 microseconds from a referral when serving the root.
pdns/packethandler.cc