src/client/http_client.rs: derive Clone for H2Client
This commit is contained in:
parent
25e205a1d3
commit
c0e22141ed
|
@ -386,6 +386,7 @@ impl HttpClient {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct H2Client {
|
||||
h2: h2::client::SendRequest<bytes::Bytes>,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue