-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Handle SSL errors with retries #160
Conversation
self.assertEqual({u'foo': u'bar'}, response) | ||
|
||
def test_retry_ssl_errors_resumable(self): | ||
f = open(datafile('small.png'), 'rb') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Sorry for the delay on this latest round of review. |
Content looks good but please squash commits - there's no need for typo-correction-during-code-review to be its own unique part of project history. :-P |
Done. |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
CLAs look good, thanks! |
Done. Sorry for the CLA complaint above. I have many machines with varying configs for the user.name and user.email. This time I pushed from the wrong one, but quickly re-pushed. |
Handle SSL errors with retries.
Thanks for the contribution! |
Handle SSL errors with retries.
This is a re-created pull request #159 to make sure that commit author and pull requests are the same accounts so that CLA bot is not confused. This is going to address issues #71, #97, #158.