]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Do not try to treat 0-RTT packets without started mux
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 28 Jan 2022 20:41:06 +0000 (21:41 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 31 Jan 2022 15:40:23 +0000 (16:40 +0100)
commit298931d17722a8dd6eb522e7c99ceb741ceabe8c
tree2bcdacf0666156840872facee052fe8aaeee94bd
parent61b851d748d61e8116ce72e49881d914690dd772
MINOR: quic: Do not try to treat 0-RTT packets without started mux

We proceed the same was as for 1-RTT packets: we do not try to treat
them until the mux is started.
src/xprt_quic.c