mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-16 15:40:02 -04:00
actually use hyper-util-wasm
This commit is contained in:
parent
13d512a7b4
commit
8e75faeafd
4 changed files with 8 additions and 27 deletions
|
@ -168,8 +168,8 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<T> hyper_util::client::legacy::connect::Connection for TokioIo<T> {
|
||||
fn connected(&self) -> hyper_util::client::legacy::connect::Connected {
|
||||
hyper_util::client::legacy::connect::Connected::new()
|
||||
impl<T> hyper_util_wasm::client::legacy::connect::Connection for TokioIo<T> {
|
||||
fn connected(&self) -> hyper_util_wasm::client::legacy::connect::Connected {
|
||||
hyper_util_wasm::client::legacy::connect::Connected::new()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue