]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Rewrite shutdown functions to simplify the switch statements
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Apr 2024 14:26:49 +0000 (16:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2024 14:25:06 +0000 (16:25 +0200)
commit61fbbbe42ff06c3658a710f490f1e584bc35ecc0
tree78d19f690dc8270eff9474004feeb251eb830eff
parentd2c3f8dde7c2474616c0ea51234e6ba9433a4bc1
MINOR: stconn: Rewrite shutdown functions to simplify the switch statements

To ease shutdown API refactoring, shutdown callback functions were
simplified. The fallthrough were removed from the switch statements.
src/stconn.c