Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-05 | curl: ensure HTTP 429 triggers --retry | Stian Soiland-Reyes | |
This completes #3794. Also make sure the new tests from #4195 are enabled Closes #4465 | |||
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg | |
This is only the libcurl part that provides the information. There's no user of the parsed value. This change includes three new tests for the parser. Ref: #3794 |