Hey all, just came across this project from this discussion: https://github.com/seanmonstar/reqwest/issues/2677 . A couple of quick questions - is hyper re-useing the connection for http1. - are http2 connections multiplexed? - are http1 handshakes reused? https://github.com/seanmonstar/reqwest/blob/5b705ccc6bed87f8bf1b6a980049c6764ffdf493/src/async_impl/client.rs#L952