commit | d550d26a39f41238a4d1f1fce83832fa43549a40 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 31 11:04:34 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 07b83e3c85c98e478ea559a39b9c136bb22c3490 | |
parent | 26769b0775d08927dc2ceaeb318931de6e502a32 [diff] |
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.