def default_proxy_fail_exception_filter(req_exc): return isinstance(req_exc, (ProxyError, ConnectTimeout))