Skip to content

Version 2.32.3 takes a long time for "connectionpool:Starting" #6910

Open
@florianhitz

Description

@florianhitz

Using version 2.32.3 takes a very long time (in the order of minutes) at:

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): some/url.com

However, downgrading to version 2.32.2 solves this problem.

Reproduction Steps

import requests

url = 'some/url.com'
requests.get(url, timeout=some_timeout)

System Information

{
"chardet": {
"version": null
},
"charset_normalizer": {
"version": "3.4.1"
},
"cryptography": {
"version": ""
},
"idna": {
"version": "3.10"
},
"implementation": {
"name": "CPython",
"version": "3.11.10"
},
"platform": {
"release": "23.6.0",
"system": "Darwin"
},
"pyOpenSSL": {
"openssl_version": "",
"version": null
},
"requests": {
"version": "2.32.3"
},
"system_ssl": {
"version": "30400010"
},
"urllib3": {
"version": "2.3.0"
},
"using_charset_normalizer": true,
"using_pyopenssl": false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions