MINOR: h3: add traces for stream sending function
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 29 Jan 2024 14:15:27 +0000 (15:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 Jan 2024 14:44:56 +0000 (15:44 +0100)
commit45bc09c37bae81a23b59149e95abccce16aea059
treee897813a7d5c8a170019c225ab8d3ca26767a270
parentbef2bc4cb6f4fa942d3659f25770cbfc137327b2
MINOR: h3: add traces for stream sending function

Replace h3_debug_printf() by real trace for functions used by stream
layer snd_buf callback. A new event type H3_EV_STRM_SEND is created for
the occasion.

This should be backported up to 2.6 to help investigate H3 issues on
stable releases. Note that h3_nego_ff/h3_done_ff definition are not
available from 2.8.

(cherry picked from commit df5cf9123fff25eaa8693b97e5c219827bd45581)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/h3.c