You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bringing this to our attention @Arduous! We do appear to be leaking an exception when we're trying to pull a connection from the pool. We should try to identify what exceptions can be raised here and then add handling for at least urllib3.exceptions.HTTPError, and possibly more specific cases if appropriate.
When accessing a page that is not redirecting properly (in this case, port is "-1", urllib3 LocationParseError is returned without being caught by requests.
The URL currently (Jul 23rd 2018) badly redirecting: https://www.fossil.com/us/en/account-dashboard/registered-products.html
Expected Result
An exception raised by requests, like InvalidURL
Actual Result
Exception from urllib3 is not masked
Reproduction Steps
System Information
The text was updated successfully, but these errors were encountered: