commit | 8f7d22406cf35745708171dda8fa712d78a029ca | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Feb 15 11:55:21 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 17 17:36:30 2023 +0100 |
tree | 9de05d3eed7ca2c6567fa6fcfc5bbcbdb34c604d | |
parent | 7c6d8f88df0cf08b33776ce8e4279f8813d94085 [diff] |
BUG/MINOR: quic: Wrong initialization for io_cb_wakeup boolean This bug arrives with this commit: 982896961 MINOR: quic: split and rename qc_lstnr_pkt_rcv() The first block of code consists in possibly setting this variable to true. But it was already initialized to true before entering this code section. Should be initialized to false. Also take the opportunity to remove an unused "err" label. Must be backported to 2.6 and 2.7.