We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2405922 commit 19e712bCopy full SHA for 19e712b
src/quic/node_quic_crypto.cc
@@ -602,8 +602,6 @@ void InitializeSecureContext(
602
BaseObjectPtr<crypto::SecureContext> sc,
603
bool early_data,
604
ngtcp2_crypto_side side) {
605
- // TODO(@jasnell): Using a static value for this at the moment but
606
- // we need to determine if a non-static or per-session value is better.
607
constexpr static unsigned char session_id_ctx[] = "node.js quic server";
608
switch (side) {
609
case NGTCP2_CRYPTO_SIDE_SERVER:
0 commit comments