Skip to content

Commit 26493c0

Browse files
committed
quic: remove no longer valid CHECK
PR-URL: #34247 Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 458d243 commit 26493c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/quic/node_quic_session.cc

-5
Original file line numberDiff line numberDiff line change
@@ -1682,11 +1682,6 @@ void QuicSession::Close(int close_flags) {
16821682
listener()->OnSessionClose(error, close_flags);
16831683
else
16841684
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());
16901685
}
16911686

16921687
// Mark the QuicSession instance destroyed. This will either be invoked

0 commit comments

Comments
 (0)