https://github.com/http-rs/async-h1/blob/a1448c379b0cce920e44c62b566bb20db1ce2157/src/client/decode.rs#L28 One point of HTTP/1.1 is persistent connection, but in this line of code, we're stuck with one request/response per connection.