[PR #3003] [MERGED] Make recursor generic over runtime provider #3486

Closed
opened 2026-03-16 11:46:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3003
Author: @divergentdave
Created: 5/21/2025
Status: Merged
Merged: 5/22/2025
Merged by: @divergentdave

Base: mainHead: david/recursor-generic-provider


📝 Commits (2)

  • a6bf2e3 Make recursor generic over runtime provider
  • e54d9ce Move test to inline module

📊 Changes

5 files changed (+130 additions, -100 deletions)

View changed files

📝 bin/src/lib.rs (+3 -0)
📝 crates/recursor/src/recursor.rs (+49 -33)
📝 crates/recursor/src/recursor_dns_handle.rs (+66 -52)
📝 crates/recursor/src/recursor_pool.rs (+4 -9)
📝 crates/server/src/store/recursor.rs (+8 -6)

📄 Description

This closes #2600.


🔄 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/3003 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@divergentdave](https://github.com/divergentdave) **Base:** `main` ← **Head:** `david/recursor-generic-provider` --- ### 📝 Commits (2) - [`a6bf2e3`](https://github.com/hickory-dns/hickory-dns/commit/a6bf2e3c1060faa82bae4cc8e9c7b648e36fc576) Make recursor generic over runtime provider - [`e54d9ce`](https://github.com/hickory-dns/hickory-dns/commit/e54d9ce414a7d115501a1a3953c2850db2e555a4) Move test to inline module ### 📊 Changes **5 files changed** (+130 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `bin/src/lib.rs` (+3 -0) 📝 `crates/recursor/src/recursor.rs` (+49 -33) 📝 `crates/recursor/src/recursor_dns_handle.rs` (+66 -52) 📝 `crates/recursor/src/recursor_pool.rs` (+4 -9) 📝 `crates/server/src/store/recursor.rs` (+8 -6) </details> ### 📄 Description This closes #2600. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:46:20 +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#3486
No description provided.