]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: move function to check stream type in utils
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 21 May 2025 08:51:39 +0000 (10:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 21 May 2025 12:17:41 +0000 (14:17 +0200)
commit07d41a043cf7d7ff8dcba8445f4224ab0d6aeef4
tree18e4b899655a53f0657810b8220a1b05c5c88bf2
parentcf45bf1ad87687b6f6eb47c7e36e3d2779abfc0f
MINOR: quic: move function to check stream type in utils

Move general function to check if a stream is uni or bidirectional from
QUIC MUX to quic_utils module. This should prevent unnecessary include
of QUIC MUX header file in other sources.
include/haproxy/mux_quic.h
include/haproxy/quic_utils.h
src/h3.c
src/hq_interop.c
src/quic_conn.c
src/quic_rx.c