MEDIUM: peers: Use the sedesc to report and detect end of processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Mar 2023 09:21:06 +0000 (11:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit3d949010bcfec59c66c35643132bdce9641cb4ec
tree0c8afd869f8fe1e0bb80bcd856b044f9053147dc
parent22a88f06d46c407a4455c83fb8cd30b3f8f76b22
MEDIUM: peers: 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.
src/peers.c