]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:05:55 +0000 (12:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commitd7bac884277506a0a57dff3931eee464626ec006
treeeb8503e91615ed90378253fd9278cd0d14013fe4
parent725170eee67a12894c0aa5d97c98fcc3fa4f9d68
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.
src/cli.c
src/http_ana.c
src/tcp_rules.c