]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: Add a .shut callback function for applets
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 08:07:59 +0000 (10:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commit33ac3dabcb1ab14186ae8c7e4ce56cd637f6691b
tree68e4901930aaab2b593752fa7bef970a566b0be3
parent1538c4aa820e17b885f34862329512bffcd5e15e
MEDIUM: applet: Add a .shut callback function for applets

Applets can now define a shutdown callback function, just like the
multiplexer. It is especially usefull to get the abort reason. This will be
pretty useful to get the status code from the SPOP stream to report it at
the SPOe filter level.

The related issue is #2502.
include/haproxy/applet-t.h
src/stconn.c