-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Command errors were not being properly handled at the urllib3 level when using Digest Authentication. Therefore no longer user HTTPAdapter for retries, but rather bring back retrying in the command method. Also in command method, abort retries for error 401, and raise LoginError instead. Then in _generate_token method catch LoginError instead of CommError when trying auth objects.
- Loading branch information
1 parent
877fee9
commit f51f85b
Showing
1 changed file
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters