Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #40 max_retries and max_redirects #208

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Fixes #40 max_retries and max_redirects #208

merged 2 commits into from
Apr 15, 2024

Conversation

ml31415
Copy link
Collaborator

@ml31415 ml31415 commented Apr 15, 2024

  • UserAgent max_retries= and max_redirects= kw args now don't count the initial attempt. I.e. they actually behave like "max_retries" and not "max_tries".
  • ClientPool for httplib2 moved to httplib2. It should never have been in connectionpool.py.

@ml31415 ml31415 changed the title Fixes #40 Fixes #40 max_retries and max_redirects Apr 15, 2024
@ml31415 ml31415 merged commit 9f2365d into master Apr 15, 2024
12 checks passed
@ml31415 ml31415 deleted the minor_fixes branch April 15, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant