Closed yitzikc closed 3 years ago
This fix resolves unbound local errors when GET requests fail without returning a response (e.g. timeout). By raising a Requests exception, external recovery logic that expects that can handle the error, e.g. retry the request.
Great! Thanks for contributing! I will further test the exceptions behavior now and release a new version.
This fix resolves unbound local errors when GET requests fail without returning a response (e.g. timeout). By raising a Requests exception, external recovery logic that expects that can handle the error, e.g. retry the request.