We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458d243 commit 26493c0Copy full SHA for 26493c0
src/quic/node_quic_session.cc
@@ -1682,11 +1682,6 @@ void QuicSession::Close(int close_flags) {
1682
listener()->OnSessionClose(error, close_flags);
1683
else
1684
Destroy();
1685
-
1686
- // At this point, the QuicSession should have been destroyed, indicating
1687
- // that all cleanup on the JavaScript side has completed and the
1688
- // QuicSession::Destroy() method has been called.
1689
- CHECK(is_destroyed());
1690
}
1691
1692
// Mark the QuicSession instance destroyed. This will either be invoked
0 commit comments