]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: acme: no need to reset ctx state and http_state before nextreq
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 15 Apr 2026 14:17:39 +0000 (16:17 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 15 Apr 2026 14:17:39 +0000 (16:17 +0200)
commit794737cc8dea6cbdcdfafee62c68e9df2ec07f6d
treeea2f81e329dd9f1ccd9d6d0be2831c11ce1d1da0
parent69211b869f289185d6cad64a8d8524e4610b6152
CLEANUP: acme: no need to reset ctx state and http_state before nextreq

The nextreq label already implement setting http_state to ACME_HTTP_REQ
and setting ctx->state to st. It is only needed to set the st variable
before jumping to nextreq.
src/acme.c