Skip to content

Commit 72a7dcf

Browse files
committed
Consistent comments
1 parent aab8b94 commit 72a7dcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/lib/HandshakeTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,10 @@ QuicTestShutdownDuringHandshake(
10761076
return;
10771077
}
10781078

1079+
//
10791080
// server is not allowed to respond to 1-RTT packets, so it will only
10801081
// receive Handshake CONNECTION_CLOSE which cannot bear app error code
1082+
//
10811083
TEST_EQUAL(TRUE, Server->GetTransportClosed());
10821084
} else {
10831085
Server->Shutdown(QUIC_CONNECTION_SHUTDOWN_FLAG_NONE, QUIC_TEST_NO_ERROR);

0 commit comments

Comments
 (0)