[PR #3021] [CLOSED] Add MessageType check for DnsResponse #3499

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3021
Author: @mokeyish
Created: 5/30/2025
Status: Closed

Base: mainHead: resp_check


📝 Commits (1)

  • d9cabab Add MessageType check for DnsResponse

📊 Changes

14 files changed (+112 additions, -110 deletions)

View changed files

📝 crates/client/src/client/client.rs (+1 -1)
📝 crates/client/src/client/memoize_client_handle.rs (+1 -1)
📝 crates/proto/src/op/message.rs (+3 -11)
📝 crates/proto/src/quic/tests.rs (+1 -1)
📝 crates/proto/src/tests/udp.rs (+1 -1)
📝 crates/proto/src/xfer/dns_multiplexer.rs (+2 -2)
📝 crates/proto/src/xfer/dns_response.rs (+30 -20)
📝 crates/proto/src/xfer/retry_dns_handle.rs (+1 -1)
📝 crates/resolver/src/caching_client.rs (+4 -4)
📝 crates/resolver/src/lookup_ip.rs (+3 -3)
📝 crates/resolver/src/resolver.rs (+2 -2)
📝 tests/integration-tests/src/mock_client.rs (+2 -2)
📝 tests/integration-tests/tests/integration/lookup_tests.rs (+19 -19)
📝 tests/integration-tests/tests/integration/name_server_pool_tests.rs (+42 -42)

📄 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/3021 **Author:** [@mokeyish](https://github.com/mokeyish) **Created:** 5/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `resp_check` --- ### 📝 Commits (1) - [`d9cabab`](https://github.com/hickory-dns/hickory-dns/commit/d9cabab63e4cdc190e4db4d57954e25697cb7f83) Add MessageType check for DnsResponse ### 📊 Changes **14 files changed** (+112 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/client.rs` (+1 -1) 📝 `crates/client/src/client/memoize_client_handle.rs` (+1 -1) 📝 `crates/proto/src/op/message.rs` (+3 -11) 📝 `crates/proto/src/quic/tests.rs` (+1 -1) 📝 `crates/proto/src/tests/udp.rs` (+1 -1) 📝 `crates/proto/src/xfer/dns_multiplexer.rs` (+2 -2) 📝 `crates/proto/src/xfer/dns_response.rs` (+30 -20) 📝 `crates/proto/src/xfer/retry_dns_handle.rs` (+1 -1) 📝 `crates/resolver/src/caching_client.rs` (+4 -4) 📝 `crates/resolver/src/lookup_ip.rs` (+3 -3) 📝 `crates/resolver/src/resolver.rs` (+2 -2) 📝 `tests/integration-tests/src/mock_client.rs` (+2 -2) 📝 `tests/integration-tests/tests/integration/lookup_tests.rs` (+19 -19) 📝 `tests/integration-tests/tests/integration/name_server_pool_tests.rs` (+42 -42) </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 11:46:53 +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#3499
No description provided.