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

Commit eeb942c

Browse files
committed
src: fix lint issue in node_quic_session.cc
PR-URL: #173 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent bea002a commit eeb942c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_quic_session.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,6 @@ bool QuicSession::SendConnectionClose() {
15901590

15911591
switch (crypto_context_->Side()) {
15921592
case NGTCP2_CRYPTO_SIDE_SERVER: {
1593-
15941593
// If we're not already in the closing period,
15951594
// first attempt to write any pending packets, then
15961595
// start the closing period. If closing period has

0 commit comments

Comments
 (0)