tarmac
tarmac copied to clipboard
Use retry-after header
Roblox now includes this header, which specifies the cooldown time in seconds. There's not much point retrying before this cooldown, so with this PR, Tarmac uses the longer of the header and the --retry-delay
option. Users can specify --retry-delay 0
to always use the header time.