]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: reinit the retries only at next request
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 07:27:15 +0000 (09:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 07:34:45 +0000 (09:34 +0200)
commit24fbd1f724675d9760a9a1fb4c7e6e6ab8990859
treea320915c8f96832360de76f29568087a6417b8e3
parent6626011720a1667e5e9b96b6e84e4c06e44d8a69
BUG/MINOR: acme: reinit the retries only at next request

The retries were reinitialized incorrectly, it must be reinit only
when we didn't retry. So any valid response would reinit the retries
number.
src/acme.c