Skip to content

Commit

Permalink
Make QuicClientStream Clonable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xffffharry authored and djc committed Apr 10, 2024
1 parent f1ced8a commit 6c2a1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/proto/src/quic/quic_client_stream.rs
Expand Up @@ -31,6 +31,7 @@ use super::{quic_config, quic_stream};

/// A DNS client connection for DNS-over-QUIC
#[must_use = "futures do nothing unless polled"]
#[derive(Clone)]
pub struct QuicClientStream {
quic_connection: Connection,
name_server_name: Arc<str>,
Expand Down

0 comments on commit 6c2a1e2

Please sign in to comment.