[PR #2176] [MERGED] Make ``hickory_proto::quic::QuicClientStream`` Clonable #2856

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2176
Author: @0xffffharry
Created: 3/31/2024
Status: Merged
Merged: 4/10/2024
Merged by: @djc

Base: mainHead: fix-quic-client-stream


📝 Commits (1)

  • 8df2657 Make QuicClientStream Clonable

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 crates/proto/src/quic/quic_client_stream.rs (+1 -0)

📄 Description

quinn::Connection is clonable. This can reuse hickory_proto::quic::QuicClientStream.


🔄 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/2176 **Author:** [@0xffffharry](https://github.com/0xffffharry) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 4/10/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `fix-quic-client-stream` --- ### 📝 Commits (1) - [`8df2657`](https://github.com/hickory-dns/hickory-dns/commit/8df2657b13acf4badb4f0a18f58f1d9f5f0cab6e) Make QuicClientStream Clonable ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/quic/quic_client_stream.rs` (+1 -0) </details> ### 📄 Description ```quinn::Connection``` is clonable. This can reuse ```hickory_proto::quic::QuicClientStream```. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:11:59 +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#2856
No description provided.