]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: spoe: Use the sedesc to report and detect end of processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Mar 2023 09:04:34 +0000 (11:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commitd550d26a39f41238a4d1f1fce83832fa43549a40
tree07b83e3c85c98e478ea559a39b9c136bb22c3490
parent26769b0775d08927dc2ceaeb318931de6e502a32
MEDIUM: spoe: Use the sedesc to report and detect end of processing

Just like for other applets, we now use the SE descriptor instead of the
channel to report error and end-of-stream. We must just be sure to consume
request data when we are waiting the applet to be released.

This patch is bit different than others because messages handling is
dispatched in several functions. But idea if the same.
src/flt_spoe.c