]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: quic: Remove force_ack for Initial,Handshake packets
authorFrédéric Lécaille <flecaille@haproxy.com>
Sat, 25 Feb 2023 10:27:34 +0000 (11:27 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 3 Mar 2023 18:12:26 +0000 (19:12 +0100)
commitb3562a38154f12da5d0015166bf965155c619bf7
treee8634abe35b3ae5ee05c70a3c7aca132ca910693
parent51a7caf921697d97ff6b5c910797f78fea9cac51
BUG/MINOR: quic: Remove force_ack for Initial,Handshake packets

This is an old bug which arrived in this commit due to a misinterpretation
of the RFC I guess where the desired effect was to acknowledge all the
handshake packets:

    77ac6f566 BUG/MINOR: quic: Missing acknowledgments for trailing packets

This had as bad effect to acknowledge all the handshake packets even the
ones which are not ack-eliciting.

Must be backported to 2.7 and 2.6.
src/quic_conn.c