On Wed, Oct 14, 2020 at 1:09 PM Sean McAllister <smcallis@xxxxxxxxxx> wrote: > > On Tue, Oct 13, 2020 at 3:14 PM Jeff King <peff@xxxxxxxx> wrote: > > > > I do think you could be leveraging CURLINFO_RETRY_AFTER rather than > > implementing your own header parsing, though. > > > Ah I didn't know about CURLINFO_RETRY_AFTER, I'll look at that and use > it if I can. > I took a look, it looks like CURLINFO_RETRY_AFTER was only added in 7.66 (September, 2019), so I don't think it's reasonable to rely on it for getting the Retry-After value in this case.