[PR #469] [MERGED] fix max query depth tracking #1460

Closed
opened 2026-03-16 02:07:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/469
Author: @bluejekyll
Created: 5/16/2018
Status: Merged
Merged: 5/16/2018
Merged by: @bluejekyll

Base: masterHead: fix-max-depth


📝 Commits (1)

  • 088b87f fix max query deptch tracking

📊 Changes

3 files changed (+12 additions, -11 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 resolver/examples/global_resolver.rs (+1 -1)
📝 resolver/src/lookup_state.rs (+10 -10)

📄 Description

The original patch to this issue was incorrect.
This better, it relies on the task cleanup to remove the QUERY_DEPTH, thus we only need to track the increments.

also fixes the global resolver example to fail if the tests fail.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/469 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 5/16/2018 **Status:** ✅ Merged **Merged:** 5/16/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `fix-max-depth` --- ### 📝 Commits (1) - [`088b87f`](https://github.com/hickory-dns/hickory-dns/commit/088b87f22bbabf0a6acb14ca49a53aa83941c036) fix max query deptch tracking ### 📊 Changes **3 files changed** (+12 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `resolver/examples/global_resolver.rs` (+1 -1) 📝 `resolver/src/lookup_state.rs` (+10 -10) </details> ### 📄 Description The original patch to this issue was incorrect. This better, it relies on the task cleanup to remove the QUERY_DEPTH, thus we only need to track the increments. also fixes the global resolver example to fail if the tests fail. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:07:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1460
No description provided.