]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: mux-h1: extract flags and enums into mux_h1-t.h
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Sep 2022 08:51:26 +0000 (10:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Sep 2022 09:01:59 +0000 (11:01 +0200)
commit18ad15f5c42f80d77306626af5771bb3d2cf5db8
tree6d23f069c656fdb2371997cfd605aa75ba19f2ce
parentf8aaf8bdfa40e21b1a2f600c3ed6455bf9b6a763
REORG: mux-h1: extract flags and enums into mux_h1-t.h

The same was performed for the H2 multiplexer. H1C and H1S flags are moved
in a dedicated header file. It will be mainly used to be able to decode
mux-h1 flags from the flags utility.

In this patch, we only move the flags to mux_h1-t.h.
include/haproxy/mux_h1-t.h [new file with mode: 0644]
src/mux_h1.c