]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: mux-fcgi: Extract flags and enums into mux_fcgi-t.h
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 12 Oct 2022 14:57:19 +0000 (16:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 12 Oct 2022 15:10:37 +0000 (17:10 +0200)
commit3965aa749487a2a56b0f12141b1b672daf15970b
tree8c2de1dc0b5fd58ee76175f3072b8756d3854f64
parent3e0648837c33f8122872ae6a4859748e7d5002f4
REORG: mux-fcgi: Extract flags and enums into mux_fcgi-t.h

The same was performed for the H2 and H1 multiplexers. FCGI connection and
stream flags are moved in a dedicated header file. It will be mainly used to
be able to decode mux-fcgi flags from the flags utility.

In this patch, we move the flags and enums to mux_fcgi-t.h, as well as the
two state decoding inline functions.
include/haproxy/mux_fcgi-t.h [new file with mode: 0644]
src/mux_fcgi.c