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