]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ha-inject: Move some mux h1 parsing functions to cfgparse-mux_h1.c 20251209-ha-inject
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 10 Dec 2025 17:37:01 +0000 (18:37 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 10 Dec 2025 17:37:01 +0000 (18:37 +0100)
commit27a30ab5faec89d31b27d3db526a279a7ac9dd8f
treefc2b5bc8ef1078a425563758658ee6dbadda4858
parent7b801abb6583b2d94bdf934da0330d48f3171c36
MINOR: ha-inject: Move some mux h1 parsing functions to cfgparse-mux_h1.c

Add cfgparse-mux_h1.c new C file to avoid compiling such code for ha-inject.
Move mux_h1.c parsing functions to this new file.
Makefile
include/haproxy/mux_h1-t.h
src/cfgparse-mux_h1.c [new file with mode: 0644]
src/mux_h1.c