[PR #62] [MERGED] Cleanup ClientFuture for release #1215

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/62
Author: @bluejekyll
Created: 11/3/2016
Status: Merged
Merged: 11/3/2016
Merged by: @bluejekyll

Base: masterHead: bfry/retry


📝 Commits (7)

  • d313cba initial retry client
  • ba89ce8 fully genericized secure_client_handle
  • 4e91c87 timeouts finally!
  • 1eed36c fix retry handle test overflow
  • aa1e046 deprecated old client
  • 21e629c cleanup all FIXMEs
  • a4bd5bb add more documentation to client modules

📊 Changes

17 files changed (+470 additions, -267 deletions)

View changed files

📝 CHANGELOG.md (+2 -1)
📝 Cargo.lock (+19 -19)
📝 src/client/client.rs (+14 -2)
📝 src/client/client_future.rs (+175 -29)
📝 src/client/memoize_client_handle.rs (+9 -9)
📝 src/client/mod.rs (+4 -2)
📝 src/client/rc_future.rs (+7 -0)
src/client/retry_client_handle.rs (+121 -0)
📝 src/client/secure_client_handle.rs (+100 -47)
src/client/select_all.rs (+0 -68)
src/client/select_ok.rs (+0 -77)
📝 src/error/client_error.rs (+5 -0)
📝 src/named.rs (+3 -3)
📝 src/server/server.rs (+1 -0)
📝 src/tcp/tcp_client_connection.rs (+4 -4)
📝 src/udp/udp_client_connection.rs (+4 -3)
📝 tests/z_named_test.rs (+2 -3)

📄 Description

No description provided


🔄 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/62 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 11/3/2016 **Status:** ✅ Merged **Merged:** 11/3/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `bfry/retry` --- ### 📝 Commits (7) - [`d313cba`](https://github.com/hickory-dns/hickory-dns/commit/d313cbaafba187245d2d897e0199b1a4aee874a1) initial retry client - [`ba89ce8`](https://github.com/hickory-dns/hickory-dns/commit/ba89ce84ac67874145db32ce414e6cb431cd6c2e) fully genericized secure_client_handle - [`4e91c87`](https://github.com/hickory-dns/hickory-dns/commit/4e91c8785e9ba1505f675f9ac10c5361fd9157ec) timeouts finally! - [`1eed36c`](https://github.com/hickory-dns/hickory-dns/commit/1eed36cf47b390a8414e18e5a6807d61c3a5ce65) fix retry handle test overflow - [`aa1e046`](https://github.com/hickory-dns/hickory-dns/commit/aa1e0461c0700b5fc0a2677e7f1c9b66d0f617a8) deprecated old client - [`21e629c`](https://github.com/hickory-dns/hickory-dns/commit/21e629ca1b944bc444f81eb9b29b647ed81f9fae) cleanup all FIXMEs - [`a4bd5bb`](https://github.com/hickory-dns/hickory-dns/commit/a4bd5bb93fe35fc2d0ea3532c51d0f489f85dae3) add more documentation to client modules ### 📊 Changes **17 files changed** (+470 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -1) 📝 `Cargo.lock` (+19 -19) 📝 `src/client/client.rs` (+14 -2) 📝 `src/client/client_future.rs` (+175 -29) 📝 `src/client/memoize_client_handle.rs` (+9 -9) 📝 `src/client/mod.rs` (+4 -2) 📝 `src/client/rc_future.rs` (+7 -0) ➕ `src/client/retry_client_handle.rs` (+121 -0) 📝 `src/client/secure_client_handle.rs` (+100 -47) ➖ `src/client/select_all.rs` (+0 -68) ➖ `src/client/select_ok.rs` (+0 -77) 📝 `src/error/client_error.rs` (+5 -0) 📝 `src/named.rs` (+3 -3) 📝 `src/server/server.rs` (+1 -0) 📝 `src/tcp/tcp_client_connection.rs` (+4 -4) 📝 `src/udp/udp_client_connection.rs` (+4 -3) 📝 `tests/z_named_test.rs` (+2 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:54:17 +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#1215
No description provided.