]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Add masks to group H1S DEMUX and MUX errors
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Dec 2024 10:20:35 +0000 (11:20 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:49 +0000 (10:41 +0100)
commite56e718c8261d8f0c90101fafe8a9d7bf1b627d7
treef28aace0e6693fa30ccd314ef3e45fab67521a5d
parent8235a24782e528b9bf8ca9dd69c0a147556dfcb5
MINOR: mux-h1: Add masks to group H1S DEMUX and MUX errors

It is just a small patch to clean up mux/demux functions. Instead of listing
the H1S errors that must be handled during demux of mux operations, masks of
flags are used. It is more readable.
include/haproxy/mux_h1-t.h
src/mux_h1.c