MINOR: stconn: Be able to detect applets using HTX
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Jan 2024 09:03:38 +0000 (10:03 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:02:19 +0000 (15:02 +0100)
commit0dd7ff0d67005683fff485921b9e0256ffe3f1cf
tree6c94d19b96a8d5d429ed88399b2afaf9b9cb1af2
parent6734e56514cea1c989aaa9d32b745ce5473ba71a
MINOR: stconn: Be able to detect applets using HTX

IS_HXT_SC() macro is only usable if the stream-connector is attached to a
connection. It is a bit restrictive because this cannot work if the SC is
attached to an applet. So let's fix that be adding the support of applets
too.
include/haproxy/stconn.h