MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper layer
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:03:50 +0000 (12:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commit88d05a0f3b4f3f23764335c93ba24390a18d955c
tree9335226e52755cf84acd85fce02364d533df945f
parentad46e52814672e41236439ee8523e668ecb24f4e
MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper layer

We can now fully rely on SC_FL_ERROR flag from the stream. The first step is
to stop to set the SE_FL_ERROR flag. Only endpoints are responsible to set
this flag. It was a design limitation. It is now fixed.
src/backend.c
src/stconn.c
src/stream.c