Skip to content

A urllib3 connection is not put back in the pool after HEAD #1248

@timuralp

Description

@timuralp

Issuing a HEAD request results in the connection not being put back into the urllib3 pool. This is tied to this issue in urllib3: urllib3/urllib3#673. The problem is resolved in urllib3 >= 1.11. However, botocore vendors requests 2.7.0, which vendors urllib3 1.10.4. Updating the vendored requests library to >= 2.8.0 would resolve this issue.

Relevant issue in urllib3: urllib3/urllib3#1234

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesThis issue is a problem in a dependency.enhancementThis issue requests an improvement to a current feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions