mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-05 23:00:48 -05:00
MINOR: quic: Dump initial derived secrets
It seems <qc> parameters was removed for an unknown reason preventing these secrets to dumped by the traces.
This commit is contained in:
parent
8ec9c81ac4
commit
359d877f73
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ static inline int qc_new_isecs(struct quic_conn *qc,
|
|||
goto err;
|
||||
|
||||
ctx->flags |= QUIC_FL_TLS_SECRETS_SET;
|
||||
TRACE_LEAVE(QUIC_EV_CONN_ISEC, NULL, rx_init_sec, tx_init_sec);
|
||||
TRACE_LEAVE(QUIC_EV_CONN_ISEC, qc, rx_init_sec, tx_init_sec);
|
||||
|
||||
return 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue