commit | 3d949010bcfec59c66c35643132bdce9641cb4ec | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 31 11:21:06 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 0c8afd869f8fe1e0bb80bcd856b044f9053147dc | |
parent | 22a88f06d46c407a4455c83fb8cd30b3f8f76b22 [diff] |
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.