You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make retry policy backwards compatible with urllib3~=1.0.0
We already implement the equivalent of backoff_max so the behaviour will
be the same for urllib3==1.x and urllib3==2.x
We do not implement backoff jitter so the behaviour for urllib3==1.x will
NOT include backoff jitter whereas urllib3==2.x WILL include jitter.
Signed-off-by: Jesse Whitehouse <[email protected]>
0 commit comments