BUG/MAJOR: xprt-quic: do not queue qc timer if not set
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 5 Oct 2021 12:42:25 +0000 (14:42 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 7 Oct 2021 15:35:25 +0000 (17:35 +0200)
commit336f6fd964e9304a2b810e21d72650e2c12aecd2
tree54f060018cda3f25d8d37e785a1d3c6ced81218b
parent139814a67aa592cb231bf9a491cfae975f7a0c1a
BUG/MAJOR: xprt-quic: do not queue qc timer if not set

Do not queue the pto/loss-detection timer if set to TICK_ETERNITY. This
usage is invalid with the scheduler and cause a BUG_ON trigger.
src/xprt_quic.c