]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxies: Initialize the per-thread structure earlier.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 17 Apr 2025 15:05:07 +0000 (17:05 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 17 Apr 2025 15:38:23 +0000 (17:38 +0200)
commit5e1ce09e54bd3e585d1d116d75578440c5e1cbb6
tree360e61ba82a71c93ac0ed8c62fdbdadb3d5b372d
parente7613d371746ad908efb7d4f131c52c6de24beff
MINOR: proxies: Initialize the per-thread structure earlier.

Move the call to initialize the proxy's per-thread structure earlier
than currently done, so that they are usable when we're initializing the
load balancers.
src/cfgparse.c