hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.35k stars 269 forks source link

Update to Tokio and Bytes 1.0 #504

Closed seanmonstar closed 3 years ago

seanmonstar commented 3 years ago

WIP because Tokio and Bytes aren't released yet, this uses git dependencies for now which we'll need to fix before merging. But this gets the code fixes ready.

seanmonstar commented 3 years ago

Humm, example failing because it needs a new tokio-rustls, which isn't ready yet.