MEDIUM: log: Use the sedesc to report and detect end of processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Mar 2023 09:17:13 +0000 (11:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit22a88f06d46c407a4455c83fb8cd30b3f8f76b22
tree3b9e173c4aa5c0df3ccd3ca49f88be6e427bec53
parent31572229ede61eb4ce1ee494f4436df353165a43
MEDIUM: log: 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.

Here, the refactoring only reports errors by setting SE_FL_ERROR flag.
src/log.c