Open benjamin-bader opened 7 years ago
Connection
and ConnectionManager
have been supplanted by ProxyTransaction
, Conn
, and ConnectionPool
, but the issue remains the same: we don't even attempt proper connection management.
We should get around to that at some point!
The current design, where both live in a single Connection, is adequate only for simple HTTP transactions in isolation, like from curl. Connection management (e.g. persistent connections with a remote server) necessitate that responsibility be divided.