We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04ac8a commit 3138d8aCopy full SHA for 3138d8a
src/test/lib/ApiTest.cpp
@@ -2727,17 +2727,6 @@ void QuicTestGlobalParam()
2727
{
2728
TestScopeLogger LogScope1("SetParam");
2729
uint8_t StatelessResetkey[QUIC_STATELESS_RESET_KEY_LENGTH - 1];
2730
- CxPlatRandom(sizeof(StatelessResetkey), StatelessResetkey);
2731
- {
2732
- TestScopeLogger LogScope2("StatelessResetkey fail with invalid state");
2733
- TEST_QUIC_STATUS(
2734
- QUIC_STATUS_INVALID_STATE,
2735
- MsQuic->SetParam(
2736
- nullptr,
2737
- QUIC_PARAM_GLOBAL_STATELESS_RESET_KEY,
2738
- sizeof(StatelessResetkey),
2739
- StatelessResetkey));
2740
- }
2741
2742
TestScopeLogger LogScope2("StatelessResetkey fail with invalid parameter");
2743
MsQuicRegistration Registration;
0 commit comments