commit | 2899fe2460ec38dee2606bef18f6a3ed29ba60e4 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Mar 21 10:43:53 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Mar 21 14:27:09 2022 +0100 |
tree | 8d2e746ee9b7cb288710a677d9889d08550c9e90 | |
parent | f27b66faee7d5de5c97329fe049ae1e72ed89cb7 [diff] |
BUG/MINOR: quic: Missing TX packet initializations The most important one is the ->flags member which leads to an erratic xprt behavior. For instance a non ack-eliciting packet could be seen as ack-eliciting leading the xprt to try to retransmit a packet which are not ack-eliciting. In this case, the xprt does nothing and remains indefinitively in a blocking state.