]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: move H2_CF_WAIT_IN_LIST flag away from the demux flags
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Oct 2024 12:13:24 +0000 (14:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2024 14:29:16 +0000 (16:29 +0200)
commit3b5ac2b553a757a4e45168f4ee7548af49cb396e
tree17a5c35b07d76c57db1fb52d1018916b885f8478
parent8cf418811daa6595525de8c90798f9ab5a1755bb
MINOR: mux-h2: move H2_CF_WAIT_IN_LIST flag away from the demux flags

It's not convenient to have this flag in the middle of the demux flags,
it easily hides other ones that need to be added. Let's move it after
the other ones.
include/haproxy/mux_h2-t.h