The Connection type is a `Future` that drives all of the IO of the client connection. The Client type is separate, and is used to send requests into the connection.
The h2-test-support caused the unstable flag to always be enabled.