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

Ensure HTTP 429 triggers --retry #4465

Closed
wants to merge 1 commit into from
Closed

Ensure HTTP 429 triggers --retry #4465

wants to merge 1 commit into from

Conversation

stain
Copy link
Contributor

@stain stain commented Oct 4, 2019

This completes #3794 by making the --retry logic be triggered also on HTTP/1.1 429 Too Many Requests from RFC6586 e.g. as used by Zenodo API and as initially mentioned in #3794 by john-hascall.

Also make sure the new tests from #4195 are enabled (although the existing tests seemed to worked fine even modified for 429 status code, as the handling logic is in src/tool_operate.c was not involved by test?)

Note that the caller still needs to use --retry n to enable handling of the Retry-After header.

This completes curl#3794

Also make sure the new tests from curl#4195 are enabled
Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and clean!

@bagder
Copy link
Member

bagder commented Oct 4, 2019

Don't be alarmed by the red CI build(s), that's just due to flaky/bad environments and not because of any flaw in your PR. Ignore them.

@bagder bagder closed this in f7f0b00 Oct 5, 2019
@bagder
Copy link
Member

bagder commented Oct 5, 2019

Thanks!

@stain stain deleted the http-429 branch October 7, 2019 14:46
stain added a commit to stain/ro-index-paper that referenced this pull request Oct 7, 2019
stain added a commit to stain/ro-index-paper that referenced this pull request Nov 7, 2019
stain added a commit to stain/ro-index-paper that referenced this pull request Nov 7, 2019
This build is based on
7c2f8c0.

This commit was created by the following Travis CI build and job:
https://travis-ci.com/stain/ro-index-paper/builds/135475492
https://travis-ci.com/stain/ro-index-paper/jobs/254097570

[ci skip]

The full commit message that triggered this build is copied below:

Use latest curl release 7.67.7

incorporates curl/curl#4465 and curl/curl#4498
stain added a commit to stain/ro-index-paper that referenced this pull request Nov 7, 2019
This build is based on
7c2f8c0.

This commit was created by the following Travis CI build and job:
https://travis-ci.com/stain/ro-index-paper/builds/135475492
https://travis-ci.com/stain/ro-index-paper/jobs/254097570

[ci skip]

The full commit message that triggered this build is copied below:

Use latest curl release 7.67.7

incorporates curl/curl#4465 and curl/curl#4498
@lock lock bot locked as resolved and limited conversation to collaborators Jan 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants