]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Report error to the CS instead of the SI
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 08:06:11 +0000 (10:06 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commitaf642df3b843e94c0a96d88d862e2b8ca6b44d3b
tree1af9bfe5bcca937f05992f9cc128440231bf0204
parentae024ced0368d34437a5a371a49b014658bd4129
MINOR: stream-int/conn-stream: Report error to the CS instead of the SI

SI_FL_ERR is removed and replaced by CS_FL_ERROR. It is a transient patch
because the idea is to rely on the endpoint to handle errors at this
level. But if for any reason it is not possible, the stream-interface flags
will still be replaced.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/cs_utils.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/backend.c
src/cli.c
src/http_ana.c
src/stream.c
src/stream_interface.c