]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Get rid of qc_is_listener()
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 16 Jul 2025 14:35:31 +0000 (16:35 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 16 Jul 2025 14:42:21 +0000 (16:42 +0200)
commit838024e07e6c60819a30c3e7b68d9432b970d236
tree5eed388a867f68c9a36dffbf9a4cdfb7b9020293
parentd9701d312dce20785b17f3a7f5938ec8ac160f9c
MINOR: quic: Get rid of qc_is_listener()

Replace all calls to qc_is_listener() (resp. !qc_is_listener()) by calls to
objt_listener() (resp. objt_server()).
Remove qc_is_listener() implement and QUIC_FL_CONN_LISTENER the flag it
relied on.
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
src/quic_conn.c
src/quic_openssl_compat.c
src/quic_retransmit.c
src/quic_rx.c
src/quic_ssl.c
src/quic_tx.c