]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: server: Also call srv_reset_path_parameters() on srv up
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 4 Nov 2025 17:37:20 +0000 (18:37 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 4 Nov 2025 17:47:34 +0000 (18:47 +0100)
commit06821dc1897c48555dc9047ca534060cfa99440d
tree8634e95bfda59dc0e027ef48b4a95b4d5b815557
parent7d4aa7b22bdb0c414c6efdcd84c5c4d317c620dd
BUG/MEDIUM: server: Also call srv_reset_path_parameters() on srv up

Also call srv_reset_path_parameters() when the server changed states,
and got up. It is not enough to do it when the server goes down, because
there's a small race condition, and a connection could get established
just after we did it, and could have set the path parameters.

This does not need to be backported.
src/server.c