]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Be prepared to handle error when a SC is attached to an applet
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Jan 2024 13:23:38 +0000 (14:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:02:27 +0000 (15:02 +0100)
commit45ca9dadcd02d8473a2cfdc7d6e4fc7e1200238f
tree83804869c02888285027967377bbbf41fb1a501f
parentad937372f336edf16ee98af6142d8a631da8dda5
MINOR: stconn: Be prepared to handle error when a SC is attached to an applet

sc_attach_applet() was changed to be able to fail and callers were updated
accordingly. For now it cannot fail but if this changes, callers will be
prepared to handle errors.
src/stconn.c