From eeb942c2f50f6f54911fb8215ecf8af5402df90e Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 16 Oct 2019 06:22:31 +0200 Subject: [PATCH] src: fix lint issue in node_quic_session.cc PR-URL: https://github.com/nodejs/quic/pull/173 Reviewed-By: Trivikram Kamat Reviewed-By: Anna Henningsen --- src/node_quic_session.cc | 1 - 1 file changed, 1 deletion(-) 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