mirror of
https://github.com/curl/curl.git
synced 2026-07-29 01:13:06 +03:00
Revert "tool: add a retry delay for transfers to same origin on 429"
This reverts commit c5fb460e7c.
This needs some further work before we can do this.
Fixes #21822
Closes #21824
This commit is contained in:
parent
8da87fcef1
commit
4beffe7737
6 changed files with 6 additions and 188 deletions
|
|
@ -44,7 +44,6 @@ struct per_transfer {
|
|||
struct curltime start; /* start of this transfer */
|
||||
struct curltime retrystart;
|
||||
char *url;
|
||||
char *origin;
|
||||
curl_off_t urlnum; /* the index of the given URL */
|
||||
char *outfile;
|
||||
int infd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue