]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERROR_MASK
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Oct 2022 07:24:07 +0000 (09:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:14 +0000 (14:33 +0100)
commit7fcbcc0e4c8d7af4dabcd3c68cc8f6a78f487451
treea89adb809defe9b65c8789503e2a8d8102ec8166
parentc3fe6f3b7a67ffad054395aaf9c1ee92d7fdcfa6
CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERROR_MASK

In fact, H1S_F_ERROR is not a flag but a mask. So rename it to make it
clear.
include/haproxy/mux_h1-t.h
src/mux_h1.c