Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnixHTTPConnectionPool does not update the number of connections in the pool #3311

Open
SilviaAmAm opened this issue Feb 10, 2025 · 0 comments

Comments

@SilviaAmAm
Copy link

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 parent HTTPConnectionPool in urllib3 does ( here ).

The parent increases the attribure num_connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant