]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: do not trace error in qcc_send_frames() on empty list
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 8 Aug 2024 07:30:40 +0000 (09:30 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 9 Aug 2024 15:41:16 +0000 (17:41 +0200)
commit8939d8e4738e525d809fafff39f9c5b5051ee00c
tree4ee84f870dd0a9198d5a9c82b6ade0ee43212069
parent9fc69ebc0a62d73db2bd6032efd10cb38602e4cb
MINOR: mux-quic: do not trace error in qcc_send_frames() on empty list

qcc_send_frames() can be called with an empty list and returns
immediately with an error code. This is convenience to be able to call
it in a while loop.

Remove the trace with "error" when this is the case and replacing it
with a less alarming "leaving on..." message. This should help debugging
when traces are active.
src/mux_quic.c