Update h2-support to std-future
This commit is contained in:
committed by
Sean McArthur
parent
c8fefd49f1
commit
529ef4cd40
@@ -11,8 +11,8 @@ pub trait SendRequestExt {
|
||||
|
||||
impl<B> SendRequestExt for SendRequest<B>
|
||||
where
|
||||
B: IntoBuf,
|
||||
B::Buf: 'static,
|
||||
B: IntoBuf + Unpin,
|
||||
B::Buf: Unpin + 'static,
|
||||
{
|
||||
fn get(&mut self, uri: &str) -> ResponseFuture {
|
||||
let req = Request::builder()
|
||||
|
||||
Reference in New Issue
Block a user