[PR #1430] [MERGED] client: add send_msg to client #2317

Closed
opened 2026-03-16 08:47:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1430
Author: @leshow
Created: 3/29/2021
Status: Merged
Merged: 4/3/2021
Merged by: @bluejekyll

Base: mainHead: edns_client


📝 Commits (4)

  • 773d0e0 client: add query_edns to proto client
  • 6b52564 client: add send(Message) to Client
  • c8e463d client: use DnsHandle::send
  • 1ab42e3 Merge branch 'main' into edns_client

📊 Changes

5 files changed (+170 additions, -27 deletions)

View changed files

📝 crates/client/src/client/async_client.rs (+1 -1)
📝 crates/client/src/client/client.rs (+12 -0)
📝 crates/proto/src/xfer/dns_handle.rs (+23 -21)
📝 tests/integration-tests/tests/client_future_tests.rs (+64 -3)
📝 tests/integration-tests/tests/client_tests.rs (+70 -2)

📄 Description

closes #350

Adds a send_msg to Client and ClientHandle so that the method is available to SyncClient & AsyncClient


🔄 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/1430 **Author:** [@leshow](https://github.com/leshow) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 4/3/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `edns_client` --- ### 📝 Commits (4) - [`773d0e0`](https://github.com/hickory-dns/hickory-dns/commit/773d0e040b8c9f55821f125df596a3ecdf7d798a) client: add query_edns to proto client - [`6b52564`](https://github.com/hickory-dns/hickory-dns/commit/6b5256405c494862da01b0887bd990b8722f488b) client: add send(Message) to Client - [`c8e463d`](https://github.com/hickory-dns/hickory-dns/commit/c8e463d061d6badd4471a1d634e0b78efcacec5b) client: use DnsHandle::send - [`1ab42e3`](https://github.com/hickory-dns/hickory-dns/commit/1ab42e3619965f384f4825be37141cde99407dfe) Merge branch 'main' into edns_client ### 📊 Changes **5 files changed** (+170 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/async_client.rs` (+1 -1) 📝 `crates/client/src/client/client.rs` (+12 -0) 📝 `crates/proto/src/xfer/dns_handle.rs` (+23 -21) 📝 `tests/integration-tests/tests/client_future_tests.rs` (+64 -3) 📝 `tests/integration-tests/tests/client_tests.rs` (+70 -2) </details> ### 📄 Description closes #350 Adds a `send_msg` to `Client` and `ClientHandle` so that the method is available to `SyncClient` & `AsyncClient` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:47:18 +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#2317
No description provided.