]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: does not leave task for next request
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 07:22:23 +0000 (09:22 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 07:31:39 +0000 (09:31 +0200)
commit6626011720a1667e5e9b96b6e84e4c06e44d8a69
tree04f14cabb1228d45c28f770c84f3d8c105cf28e0
parent51f9415d5e132ceed73b2bdee869dc72d5c22f17
MINOR: acme: does not leave task for next request

The next request was always leaving the task befor initializing the
httpclient. This patch optimize it by jumping to the next step at the
end of the current one. This way, only the httpclient is doing a
task_wakeup() to handle the response. But transiting from response to
the next request does not leave the task.
src/acme.c