]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Stop hardcoding Retry packet Version field
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 7 Jun 2022 09:39:00 +0000 (11:39 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 16 Jun 2022 12:56:24 +0000 (14:56 +0200)
commit01d515e0133c243d1e8c012f78faaeafcd4aa569
treeb1d5dd603caa9adadae14c5da3b274644156bd36
parentfa7fadca197fd003ced09f602c176b7baf5bfdf4
BUG/MINOR: quic: Stop hardcoding Retry packet Version field

Use the same version as the one received. This is safe because the
version is treated before anything else sending a Version packet.

Must be backported to 2.6.
src/xprt_quic.c