We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
c = kinto_http.Client("https://kinto.dev.mozaws.net/v1", auth=("user", "pass"), bucket="test", collection="412") client.session.nb_retry = 1 records = c.get_records() r = records[0] c.update_record(r)
Fails with 412 !!!
The text was updated successfully, but these errors were encountered:
Fix retry behaviour when responses are successful (fixes #129)
4e011c8
Merge pull request #130 from Kinto/129-fix-retry-412
1f2d4da
No branches or pull requests
Fails with 412 !!!
The text was updated successfully, but these errors were encountered: