[PR #238] [MERGED] Move RetryClientHandle and SecureClientHandle to Proto #1315

Closed
opened 2026-03-16 01:59:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/238
Author: @bluejekyll
Created: 10/15/2017
Status: Merged
Merged: 10/16/2017
Merged by: @bluejekyll

Base: masterHead: move_secure_client_handle


📝 Commits (5)

  • 07cb4e6 default compiling with RetryDnsHandle
  • 01276fb retry and secure handles compiling
  • c7a0015 client compiling, removed lookup
  • f1d4422 fix all tests
  • e1978c8 remove old retry and secure handles

📊 Changes

13 files changed (+214 additions, -268 deletions)

View changed files

📝 client/Cargo.toml (+2 -2)
📝 client/src/client/client_future.rs (+1 -45)
📝 client/src/client/memoize_client_handle.rs (+0 -15)
📝 client/src/client/mod.rs (+11 -7)
📝 integration-tests/src/mock_client.rs (+0 -7)
📝 proto/src/dns_handle.rs (+44 -2)
📝 proto/src/lib.rs (+7 -1)
📝 proto/src/retry_dns_handle.rs (+37 -49)
📝 proto/src/secure_dns_handle.rs (+97 -92)
📝 resolver/src/lookup.rs (+6 -15)
📝 resolver/src/lookup_ip.rs (+0 -7)
📝 resolver/src/name_server_pool.rs (+5 -20)
📝 server/tests/server_harness/mut_message_client.rs (+4 -6)

📄 Description

Fixes #230
Fixes #231


🔄 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/238 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/15/2017 **Status:** ✅ Merged **Merged:** 10/16/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `move_secure_client_handle` --- ### 📝 Commits (5) - [`07cb4e6`](https://github.com/hickory-dns/hickory-dns/commit/07cb4e6049ef630ae911bc08b953900019d243a7) default compiling with RetryDnsHandle - [`01276fb`](https://github.com/hickory-dns/hickory-dns/commit/01276fb2422f54e6fc2cbc8715a58114bebbdaa4) retry and secure handles compiling - [`c7a0015`](https://github.com/hickory-dns/hickory-dns/commit/c7a00154dff3aeea88c8bca3f45d8cef569bc75a) client compiling, removed lookup - [`f1d4422`](https://github.com/hickory-dns/hickory-dns/commit/f1d44227896a8a53562cb0d080e47236389266fe) fix all tests - [`e1978c8`](https://github.com/hickory-dns/hickory-dns/commit/e1978c8f2559fbcf4e2b392ecc8c78fed118a13b) remove old retry and secure handles ### 📊 Changes **13 files changed** (+214 additions, -268 deletions) <details> <summary>View changed files</summary> 📝 `client/Cargo.toml` (+2 -2) 📝 `client/src/client/client_future.rs` (+1 -45) 📝 `client/src/client/memoize_client_handle.rs` (+0 -15) 📝 `client/src/client/mod.rs` (+11 -7) 📝 `integration-tests/src/mock_client.rs` (+0 -7) 📝 `proto/src/dns_handle.rs` (+44 -2) 📝 `proto/src/lib.rs` (+7 -1) 📝 `proto/src/retry_dns_handle.rs` (+37 -49) 📝 `proto/src/secure_dns_handle.rs` (+97 -92) 📝 `resolver/src/lookup.rs` (+6 -15) 📝 `resolver/src/lookup_ip.rs` (+0 -7) 📝 `resolver/src/name_server_pool.rs` (+5 -20) 📝 `server/tests/server_harness/mut_message_client.rs` (+4 -6) </details> ### 📄 Description Fixes #230 Fixes #231 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:59:43 +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#1315
No description provided.