]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: schedule retries with a timer
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 22:47:33 +0000 (00:47 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:39:03 +0000 (01:39 +0200)
commita96cbe32b6d301c26f23bccdd9d150c2dc6d0dcb
tree211c600fb06d5ce570abb55ade9d81e999ec3cf0
parent768458a79e3e17a26bc1068e845a364fcd7374be
MINOR: acme: schedule retries with a timer

Schedule the retries with a 3s exponential timer. This is a temporary
mesure as the client should follow the Retry-After field for
rate-limiting for every request (https://datatracker.ietf.org/doc/html/rfc8555#section-6.6)
src/acme.c