[PR #2568] [MERGED] resolver: make ForwarderAuthority generic #3149

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2568
Author: @Stormshield-robinc
Created: 11/12/2024
Status: Merged
Merged: 11/12/2024
Merged by: @djc

Base: mainHead: work/generic_forward_authority


📝 Commits (1)

  • fa1b999 resolver: make ForwarderAuthority generic

📊 Changes

1 file changed (+30 additions, -10 deletions)

View changed files

📝 crates/server/src/store/forwarder/authority.rs (+30 -10)

📄 Description

PR for https://github.com/hickory-dns/hickory-dns/issues/2516

Made the ForwardAuthority generic over its ConnectionProvider.
I tried to keep the modification from breaking everything, so I kept the default implem pointing to TokioConnectionProvider


🔄 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/2568 **Author:** [@Stormshield-robinc](https://github.com/Stormshield-robinc) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `work/generic_forward_authority` --- ### 📝 Commits (1) - [`fa1b999`](https://github.com/hickory-dns/hickory-dns/commit/fa1b9997cb200a74cb2d95c6dbc2ea462f6e889d) resolver: make ForwarderAuthority generic ### 📊 Changes **1 file changed** (+30 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `crates/server/src/store/forwarder/authority.rs` (+30 -10) </details> ### 📄 Description PR for https://github.com/hickory-dns/hickory-dns/issues/2516 Made the ForwardAuthority generic over its ConnectionProvider. I tried to keep the modification from breaking everything, so I kept the default implem pointing to `TokioConnectionProvider` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:27:54 +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#3149
No description provided.