Skip to content

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

Open
@SilviaAmAm

Description

@SilviaAmAm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions