Prompted by https://github.com/encode/httpx/pull/942#discussion_r424341967 The `PoolLimits` class uses `soft_limit` and `hard_limit` whereas in httpcore we use `max_connections` and `max_keepalive` which are clearer.