]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: hide traces when woken up on pacing only
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 12 Dec 2024 14:28:35 +0000 (15:28 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 18 Dec 2024 08:52:16 +0000 (09:52 +0100)
commit53db43aff231d83ea6f6bcaf99f5bdb5a0330e7b
tree5be6d051f8a3d13bb75fb19e270142c416dff20e
parent9d155ca7064290d3280621c85443221fa13334b2
MINOR: mux-quic: hide traces when woken up on pacing only

Previous commit aligned default and pacing emission. This is a cleaner
and more robust code. However, it may disrupt traces analysis when
pacing is rescheduled until timer expiration.

Hide traces when qcc_io_cb() is woken up only due to pacing and timer is
not yet expired. This is implemented by using special TASK_WOKEN_IO for
pacing.

This should be backported up to 3.1.
src/mux_quic.c