]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: add function for ALPN to app-ops conversion
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 3 Mar 2026 08:45:22 +0000 (09:45 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 3 Mar 2026 15:20:16 +0000 (16:20 +0100)
commit9c7cf1c68490610283811a0ef9aeec6accc6546d
tree99c7060597ab147eb4685a0bfe1c1d6a5f2440af
parent4120faf2898f73da15def2c4d2b008a0331f4818
MINOR: mux-quic: add function for ALPN to app-ops conversion

Extract the conversion from ALPN to qcc_app_ops type from quic_conn
source file into QUIC MUX. The newly created function is named
quic_alpn_to_app_ops(). This will serve as a central point to identify
which ALPNs are currently supported in our QUIC stack.

This patch is purely a small refactoring. It will be useful for the next
one which rework MUX app-ops layer init. The current cleanup allows
notably to remove H3/hq-interop headers from quic_conn source file.
include/haproxy/mux_quic.h
src/quic_conn.c