]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: Move SI err_type in the stream
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 17:39:30 +0000 (19:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit50264b41c8df42036204f97e97e3a42b923c93e8
tree4caec057248c766b7934defc4dccb091ac1a691c
parenta70a3548bcb0d9100f6418ee859accdb4a7967e1
MEDIUM: stream-int: Move SI err_type in the stream

Only the server side is concerned by the stream-interface error type. It is
useless to have an err_type field on the client side. So, it is now move to
the stream. SI_ET_* are renames STRM_ET_* and moved in stream-t.h header
file.
dev/flags/flags.c
include/haproxy/cs_utils.h
include/haproxy/stream-t.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