Skip to content

Commit b0d2e67

Browse files
authored
Shutdown Connections on QuicTestHandshakeSpecificLossPatterns Exit (#5025)
1 parent f5abac8 commit b0d2e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/lib/HandshakeTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4066,7 +4066,7 @@ QuicTestHandshakeSpecificLossPatterns(
40664066
_In_ QUIC_CONGESTION_CONTROL_ALGORITHM CcAlgo
40674067
)
40684068
{
4069-
MsQuicRegistration Registration;
4069+
MsQuicRegistration Registration(true);
40704070
TEST_QUIC_SUCCEEDED(Registration.GetInitStatus());
40714071

40724072
MsQuicSettings Settings;

0 commit comments

Comments
 (0)