We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
import requests url = 'some/url.com' requests.get(url, timeout=some_timeout)
{ "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 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
}
The text was updated successfully, but these errors were encountered: