diff --git a/src/quic/node_quic_crypto.cc b/src/quic/node_quic_crypto.cc index 8f1f433525ecc3..b073ca9c381487 100644 --- a/src/quic/node_quic_crypto.cc +++ b/src/quic/node_quic_crypto.cc @@ -602,8 +602,6 @@ void InitializeSecureContext( BaseObjectPtr sc, bool early_data, ngtcp2_crypto_side side) { - // TODO(@jasnell): Using a static value for this at the moment but - // we need to determine if a non-static or per-session value is better. constexpr static unsigned char session_id_ctx[] = "node.js quic server"; switch (side) { case NGTCP2_CRYPTO_SIDE_SERVER: