mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-30 18:13:32 +00:00
MINOR: quic: Distinguish packet and SSL read enc. level in traces
This is only to distinguish the encryption level of packet traces from the TLS stack current read encryption level.
This commit is contained in:
parent
1b4a714266
commit
57e6e9eef8
@ -371,7 +371,7 @@ static void quic_trace(enum trace_level level, uint64_t mask, const struct trace
|
||||
(unsigned long long)cf->len);
|
||||
if (ssl) {
|
||||
enum ssl_encryption_level_t level = SSL_quic_read_level(ssl);
|
||||
chunk_appendf(&trace_buf, " el=%c",
|
||||
chunk_appendf(&trace_buf, " rel=%c",
|
||||
quic_enc_level_char(ssl_to_quic_enc_level(level)));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user