]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 09:59:15 +0000 (11:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commitad46e52814672e41236439ee8523e668ecb24f4e
tree751b06c1a401a697d87021e2148c5c3bbcee13c8
parent340021b89fefe103b5ddbeb559815f61afbdceb3
MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer

From the stream, when SE_FL_ERROR flag is tested, we now also test the
SC_FL_ERROR flag. Idea is to stop to rely on the SE descriptor to detect
errors.
src/backend.c
src/cli.c
src/http_ana.c
src/stconn.c
src/stream.c
src/tcp_rules.c