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

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

Open
florianhitz opened this issue Mar 6, 2025 · 0 comments
Open

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

florianhitz opened this issue Mar 6, 2025 · 0 comments

Comments

@florianhitz
Copy link

florianhitz commented Mar 6, 2025

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
}

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