]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SILENT_SHUT flags
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Oct 2022 15:06:52 +0000 (17:06 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:14 +0000 (14:33 +0100)
commit71abc0cfd58e55391665f49dad8cf4707a49767a
tree8a152d8d77f42fa30b3004c2c9aea24c495455fa
parent089cc6e8051598a47dd7718d4560b8078bf50a5b
CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SILENT_SHUT flags

_ST_ part is removed from these 2 flags because they don't reflect a
state. In addition, the H1 connection state will be handled in a dedicated
enum.
include/haproxy/mux_h1-t.h
src/mux_h1.c