hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.42k stars 1.59k forks source link

Move the Pool to hyper-util #2860

Closed seanmonstar closed 2 years ago

seanmonstar commented 2 years ago

Once the connect module is moved to hyper-util, we can move pool.rs to hyper-util as well.

Michael-J-Ward commented 2 years ago

Does https://github.com/hyperium/hyper-util/pull/3 complete this?

seanmonstar commented 2 years ago

Yes it looks like it, thanks! (We need to make that Pool usable, but that's a new ticket.)