Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
src: fix lint issue in node_quic_session.cc
Browse files Browse the repository at this point in the history
PR-URL: #173
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
danbev committed Oct 16, 2019
1 parent bea002a commit eeb942c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_quic_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeb942c

Please sign in to comment.