Skip to content

prevent query_coveringnsec() from running twice

Evan Hunt requested to merge 3835-cname-wildcard-loop-followup into main

when synthesizing a new CNAME, we now check whether the target matches the query already being processed. if so, we do not restart the query; this prevents a waste of resources.

Edited by Evan Hunt

Merge request reports