Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edge throttles *much* more aggressively than other browsers, added a new ResponseError subclass called EdgeThrottled and added code to verify_response to distinguish this case from a generic ResponseError. I'd still like to know if I ever get throttled by Chrome, Firefox, or Safari since it's never happened before, but it happens so much with Edge that I've just given up and ignore these exceptions personally. Others may want to handle this specific case differently as well.
- Loading branch information