[PR #2706] [MERGED] Message tweaks #3255

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2706
Author: @djc
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @djc

Base: mainHead: message-tweaks


📝 Commits (2)

  • a52be2e proto: rename DnsRequest value to request
  • c96c469 proto: reduce rightward drift in send_serial_message_inner()

📊 Changes

5 files changed (+75 additions, -79 deletions)

View changed files

📝 crates/proto/src/h2/h2_client_stream.rs (+3 -3)
📝 crates/proto/src/h3/h3_client_stream.rs (+3 -3)
📝 crates/proto/src/quic/quic_client_stream.rs (+2 -2)
📝 crates/proto/src/udp/udp_client_stream.rs (+66 -70)
📝 crates/proto/src/xfer/mod.rs (+1 -1)

📄 Description

From reviewing #2683.


🔄 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/2706 **Author:** [@djc](https://github.com/djc) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `message-tweaks` --- ### 📝 Commits (2) - [`a52be2e`](https://github.com/hickory-dns/hickory-dns/commit/a52be2ed0d55314624ae7f35e3b4172bb006a2fa) proto: rename DnsRequest value to request - [`c96c469`](https://github.com/hickory-dns/hickory-dns/commit/c96c4699b20bd73e34fb965e6165cd86db0a3548) proto: reduce rightward drift in send_serial_message_inner() ### 📊 Changes **5 files changed** (+75 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/h2/h2_client_stream.rs` (+3 -3) 📝 `crates/proto/src/h3/h3_client_stream.rs` (+3 -3) 📝 `crates/proto/src/quic/quic_client_stream.rs` (+2 -2) 📝 `crates/proto/src/udp/udp_client_stream.rs` (+66 -70) 📝 `crates/proto/src/xfer/mod.rs` (+1 -1) </details> ### 📄 Description From reviewing #2683. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:33:52 +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#3255
No description provided.