[Debug]
Some checks failed
CI / checks (push) Failing after 2m17s

This commit is contained in:
Alex Emmet 2026-08-20 20:37:25 +02:00
commit bd660b2afb
No known key found for this signature in database
4 changed files with 66 additions and 33 deletions

View file

@ -88,6 +88,7 @@ impl TransportRecvStream for H3TransportReceiver {
tracing::debug!(
remote = %self.quinn.remote_address(),
bytes = buf.len(),
header = ?buf,
"received first bytes from WebTransport MTP stream"
);
}