Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BasicResolver::resolve to break redirect loop
Previously we queried domains usually five times (max redirects). It didn't have much impact, because these records were usually cached and immediately returned again, but this resulted in the TTL always being NULL due to cached records being returned.
- Loading branch information