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

🐛 fix exception leak from urllib3-future when resolving lazy responses #163

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Oct 22, 2024

fix #162

@Ousret Ousret merged commit 5dd7d8f into main Oct 22, 2024
29 of 34 checks passed
@Ousret Ousret deleted the fix-multiplex-leak-err branch October 22, 2024 18:57

except MaxRetryError as e:
if isinstance(e.reason, ConnectTimeoutError):
# TODO: Remove this in 3.0.0: see #2811
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to be requests ticket, rather niquests:

perhaps use URL for these refs?

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

Successfully merging this pull request may close these issues.

Incorrect exception thrown
2 participants