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.
The text was updated successfully, but these errors were encountered:
Observed in main (current latest commit db7f8b8)
The method
UnixHTTPConnectionPool._new_conn
( here ) does not update the number of connections in the pool in the way that the parentHTTPConnectionPool
in urllib3 does ( here ).The parent increases the attribure
num_connections
.The text was updated successfully, but these errors were encountered: