Skip to content

Commit 523a089

Browse files
committed
feat(client) implement Clone for http2::SendRequest
Resolves #3036.
1 parent 75aac9f commit 523a089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/conn/http2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use crate::proto;
2020
use crate::rt::{Executor, Timer};
2121

2222
/// The sender side of an established connection.
23+
#[derive(Clone)]
2324
pub struct SendRequest<B> {
2425
dispatch: dispatch::UnboundedSender<Request<B>, Response<IncomingBody>>,
2526
}

0 commit comments

Comments
 (0)