projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
834399c
)
BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure
author
Frédéric Lécaille
<flecaille@haproxy.com>
Mon, 25 Apr 2022 15:48:40 +0000
(17:48 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 28 Apr 2022 14:22:40 +0000
(16:22 +0200)
src/xprt_quic.c
patch
|
blob
|
history
diff --git
a/src/xprt_quic.c
b/src/xprt_quic.c
index
08bd88b
..
f1e4d28
100644
(file)
--- a/
src/xprt_quic.c
+++ b/
src/xprt_quic.c
@@
-5888,7
+5888,7
@@
static int qc_do_build_pkt(unsigned char *pos, const unsigned char *end,
no_room:
/* Replace the pre-built frames which could not be add to this packet */
LIST_SPLICE(frms, &frm_list);
- TRACE_PROTO("Remaining ack-eliciting frames", QUIC_EV_CONN_HPKT, qc, pkt);
+ TRACE_PROTO("Remaining ack-eliciting frames", QUIC_EV_CONN_FRMLIST, qc, frms);
return 0;
}