REORG: quic: Remove qc_pkt_insert() implementation
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 13:52:22 +0000 (14:52 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:47:18 +0000 (15:47 +0100)
commit3e16784dfc35b1c9a7e1a4c125a0e1aac2efb80f
tree9e026d08c8fa510e6e57229b5627fcf663a7bd4f
parent95e9033fd216b5250987ecb958adc6f1dd3861c4
REORG: quic: Remove qc_pkt_insert() implementation

As this function does only a few things with a not very well chosen name,
remove it and replace it by the its statements at the unique location it
is called.
src/quic_rx.c