commit | d7bac884277506a0a57dff3931eee464626ec006 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 12:05:55 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 17:05:54 2023 +0200 |
tree | eb8503e91615ed90378253fd9278cd0d14013fe4 | |
parent | 725170eee67a12894c0aa5d97c98fcc3fa4f9d68 [diff] |
MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers In the same way the previous commit, we stop to use SE_FL_ERROR flag from analyzers and their sub-functions. We now fully rely on SC_FL_ERROR to do so.