Translate read timeouts to regular TimeoutErrors
Because: - simeple_rest_client raises generic "ClientConnectionErrors" on read timeouts. The real reason is only discoverable by checking the exception's __cause__.
Please register or sign in to comment