FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

quic: unref timers again · jasnell/node@71d0a18 · GitHub

/ node Public
forked from nodejs/node

Commit 71d0a18

Browse files
authored andcommitted
quic: unref timers again
0f97d60 accidentally removed this. Refs: nodejs#34186
1 parent 8c93ce8 commit 71d0a18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎src/quic/node_quic_session.cc‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,9 @@ QuicSession::QuicSession(
14531453
state_.GetArrayBuffer(),
14541454
PropertyAttribute::ReadOnly).Check();
14551455

1456+
idle_.Unref();
1457+
retransmit_.Unref();
1458+
14561459
// TODO(@jasnell): memory accounting
14571460
// env_->isolate()->AdjustAmountOfExternalAllocatedMemory(kExternalSize);
14581461
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL