You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.