]> git.kaiwu.me - haproxy.git/commit
MINOR: xprt_qstrm: define callback for ALPN retrieval
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 25 Mar 2026 08:03:41 +0000 (09:03 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commit91ea5809e940b638edab8cf0515259c0b1298855
treeb122fa896990c8a0b566ce12ae106eb78824ae5d
parent4dd224b5ef35300b4b240ccfed33c312bd3a6bcb
MINOR: xprt_qstrm: define callback for ALPN retrieval

Add get_alpn operation support for xprt_qstrm. This simply acts as a
passthrough method to the underlying XPRT layer.

This function is necessary for QMux when running above SSL, as mux-quic
will access ALPN during its initialization in order to instantiate the
proper application protocol layer.
src/xprt_qstrm.c