docker-py
docker-py copied to clipboard
`UnixHTTPConnectionPool` does not update the number of connections in the pool
Observed in main (current latest commit db7f8b8bb67e485a7192846906f600a52e0aa623)
The method UnixHTTPConnectionPool._new_conn ( here ) does not update the number of connections in the pool in the way that the parent HTTPConnectionPool in urllib3 does ( here ).
The parent increases the attribure num_connections.