commit | a3daaec5a6e3d1342be288105296df68162737b3 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 21 16:29:27 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 21 16:35:46 2022 +0200 |
tree | 413008a80adc379691e15803b58e5208b997f91d | |
parent | f3e03a40667c1dfadb29621888d0420b50a3b6d2 [diff] |
BUG/MINOR: mux-quic: handle null timeout Do not initialize mux task timeout if timeout client is set to 0 in the configuration. Check for the task before queuing it in qc_io_cb() or qc_detach(). This fix a crash when timeout client is 0 or undefined.