commit | f27b66faee7d5de5c97329fe049ae1e72ed89cb7 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 18 22:49:22 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Mar 21 11:29:40 2022 +0100 |
tree | 3720561b20b0cd99374cad3b2c4dc70f0cac1463 | |
parent | 4e22f28febc679d0b4180c8a0f8096e4f248e3da [diff] |
BUG/MINOR: mux-quic: Missing I/O handler events initialization This could lead to a mux erratic behavior. Sometimes the application layer could not wakeup the mux I/O handler because it estimated it had already subscribed to write events (see h3_snd_buf() end of implementation).