Skip to content

Commit 7db08bb

Browse files
committed
Fix tests
1 parent 72a7dcf commit 7db08bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/test/lib/HandshakeTest.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,12 @@ QuicTestShutdownDuringHandshake(
10921092
return;
10931093
}
10941094

1095-
TEST_EQUAL(TRUE, Client.GetPeerClosed());
1095+
//
1096+
// We can assert neither transport nor peer closed because the behavior
1097+
// is platform dependent. Schannel provides 1-RTT read keys early enough to
1098+
// receive the app CONNECTION_CLOSE, but OpenSSL does not and leads to
1099+
// transport close.
1100+
//
10961101
}
10971102
}
10981103
}

0 commit comments

Comments
 (0)