]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acme: use Retry-After value for retries
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 24 Apr 2025 15:31:51 +0000 (17:31 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 24 Apr 2025 18:14:47 +0000 (20:14 +0200)
commitbb768b3e268d67c0c0fd2e97c459bcba42f6ce30
tree0134a664aad71288fe57423401ff55ab0b864556
parent69b051d1dc053629bbc1577c4e232471b88686dc
MEDIUM: acme: use Retry-After value for retries

Parse the Retry-After header in response and store it in order to use
the value as the next delay for the next retry, fallback to 3s if the
value couldn't be parse or does not exist.
include/haproxy/acme-t.h
src/acme.c