Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-29 | docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always | Jonathan Cardoso Machado | |
Reviewed-by: Steve Holme Closes #5005 | |||
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 |