REORG: quic: Move the QUIC DCID parser to quic_sock.c
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 27 Nov 2023 11:01:36 +0000 (12:01 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:37:50 +0000 (15:37 +0100)
commitf74d882ef041c9b9c8bd20c436cda17fa3ada39f
treef093c6b073e99c31ba8ea1d77aa8db0f6bd8b47e
parent3b91756ebea62eaa730ad1b9c81d90a0c006202b
REORG: quic: Move the QUIC DCID parser to quic_sock.c

Move quic_get_dgram_dcid() from quic_conn.c to quic_sock.c because
only used in this file and define it as static.
include/haproxy/quic_conn.h
src/quic_conn.c
src/quic_sock.c