mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02:00
MINOR: quic: Wrong packet number space trace in qc_prep_pkts()
It was always the first packet number space information which was dumped.
This commit is contained in:
parent
466e9da145
commit
dd51da599e
@ -386,7 +386,7 @@ static void quic_trace(enum trace_level level, uint64_t mask, const struct trace
|
||||
const struct quic_enc_level *qel = a2;
|
||||
|
||||
if (qel) {
|
||||
const struct quic_pktns *pktns = qc->pktns;
|
||||
const struct quic_pktns *pktns = qel->pktns;
|
||||
chunk_appendf(&trace_buf,
|
||||
" qel=%c state=%s ack?%d cwnd=%llu ppif=%lld pif=%llu if=%llu pp=%u",
|
||||
quic_enc_level_char_from_qel(qel, qc),
|
||||
|
Loading…
x
Reference in New Issue
Block a user