]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Remove the QUIC haproxy server packet parser
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 26 Jan 2022 08:07:40 +0000 (09:07 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jan 2022 15:37:55 +0000 (16:37 +0100)
commit9cc64e2dba12470fd1bcf5a3ba83df00dd0512ae
tree2bc3f3f364561a4e94d6a0710cc200c8cb00d16a
parent3d55462654c4ef426ad1081c126101887fbd369f
MINOR: quic: Remove the QUIC haproxy server packet parser

This function is no more used anymore, broken and uses code shared with the
listener packet parser. This is becoming anoying to continue to modify
it without testing each time we modify the code it shares with the
listener packet parser.
src/xprt_quic.c