MEDIUM: stream: Stop to use SE flags to detect endpoint errors
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:07:26 +0000 (12:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commite182a8e651f6e14b728ccc90ca0fe3b042dbc0fc
treeeaf8bfe6128fa3525ea443dd185fa224ca83e969
parentd7bac884277506a0a57dff3931eee464626ec006
MEDIUM: stream: Stop to use SE flags to detect endpoint errors

Here again, we stop to use SE_FL_ERROR flag from process_stream() and
sub-functions and we fully rely on SC_FL_ERROR to do so.
src/stream.c