diff --git a/src/node_quic_session.cc b/src/node_quic_session.cc index 8602c45474..09b638f8ff 100644 --- a/src/node_quic_session.cc +++ b/src/node_quic_session.cc @@ -1590,7 +1590,6 @@ bool QuicSession::SendConnectionClose() { switch (crypto_context_->Side()) { case NGTCP2_CRYPTO_SIDE_SERVER: { - // If we're not already in the closing period, // first attempt to write any pending packets, then // start the closing period. If closing period has