summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_trace.c')
-rw-r--r--ssl/quic/quic_trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/quic/quic_trace.c b/ssl/quic/quic_trace.c
index 5a57e675f9..d881140294 100644
--- a/ssl/quic/quic_trace.c
+++ b/ssl/quic/quic_trace.c
@@ -578,8 +578,8 @@ int ossl_quic_trace(int write_p, int version, int content_type,
return 0;
/* Decode the packet header */
/*
- * TODO(QUIC): We need to query the short connection id len here,
- * e.g. via some API SSL_get_short_conn_id_len()
+ * TODO(QUIC SERVER): We need to query the short connection id len
+ * here, e.g. via some API SSL_get_short_conn_id_len()
*/
if (ossl_quic_wire_decode_pkt_hdr(&pkt, 0, 0, 1, &hdr, NULL) != 1)
return 0;