]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: extract the code to send preface+settings into its own function
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Oct 2025 16:28:57 +0000 (17:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Oct 2025 17:16:54 +0000 (18:16 +0100)
commitd5aa3e19cc8722ff3f28d9a63ffe41366c3fec79
treee47064343155481f1dfeb9a0e1a878bad5fabddf
parentb0e8edaef2fd37dcb9df7b03be7cac90996c59bc
MINOR: mux-h2: extract the code to send preface+settings into its own function

The code that deals with sending preface + settings and changing the
state currently is in h2_process_mux(), but we'll want to do it as
well from h2_snd_buf(), so let's move it to a dedicate function first.
At this point there is no functional change.
src/mux_h2.c