Skip to content

Commit

Permalink
feat(client) implement Clone for http2::SendRequest
Browse files Browse the repository at this point in the history
Resolves hyperium#3036.
  • Loading branch information
vi committed Nov 3, 2022
1 parent 75aac9f commit 523a089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/conn/http2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use crate::proto;
use crate::rt::{Executor, Timer};

/// The sender side of an established connection.
#[derive(Clone)]
pub struct SendRequest<B> {
dispatch: dispatch::UnboundedSender<Request<B>, Response<IncomingBody>>,
}
Expand Down

0 comments on commit 523a089

Please sign in to comment.