MINOR: quic: Code reordering to help in reviewing/modifying.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 9 Dec 2020 14:56:48 +0000 (15:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commit0c14020f11916a1eef41e551cf07abda99202934
tree98ac8216a443a79580cdb6221bf42bd195202eda
parentf7fe9659f0b82f2eb11f47f6b4741a97710e366b
MINOR: quic: Code reordering to help in reviewing/modifying.

Reorder by increasing type the switch/case in qc_parse_pkt_frms()
which is the high level frame parser.
Add new STREAM_X frame types to support some tests with ngtcp2 client.
src/xprt_quic.c