MINOR: mux-quic: add traces on sd attach
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 Dec 2024 14:18:52 +0000 (15:18 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Jan 2025 10:34:51 +0000 (11:34 +0100)
commitffb43fb1e97167994b82a060f15e3f9a747dc521
treeeb21e183fcaf88a989c89a98a2f93e8f5393e978
parenta240d74f4593429ce216eb95b2e52b42c2e2cb27
MINOR: mux-quic: add traces on sd attach

Add traces into qcs_attach_sc(). This function is called when a request
is received on a QCS stream and a streamdesc instance is attached. This
will be useful to facilitate debugging.

(cherry picked from commit 4a997e5a932ef35982f4df3ac3ba5871798be2ef)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_quic.c