commit | 3965aa749487a2a56b0f12141b1b672daf15970b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 12 16:57:19 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 12 17:10:37 2022 +0200 |
tree | 8c2de1dc0b5fd58ee76175f3072b8756d3854f64 | |
parent | 3e0648837c33f8122872ae6a4859748e7d5002f4 [diff] |
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.