1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-08 09:42:06 +03:00

Fix build failure caused by merge.

Summary: This should have been caught at land but was not apparently.

Reviewed By: yangchi

Differential Revision: D18328122

fbshipit-source-id: 6b962b9d091fe51fe829baee12095487fb7c14d3
This commit is contained in:
Matt Joras
2019-11-05 10:13:20 -08:00
committed by Facebook Github Bot
parent aee7e44b1e
commit de24b187cc

View File

@@ -780,7 +780,8 @@ TEST_F(QuicPacketSchedulerTest, StreamFrameSchedulerRoundRobin) {
}
TEST_F(QuicPacketSchedulerTest, StreamFrameSchedulerRoundRobinControl) {
QuicClientConnectionState conn;
QuicClientConnectionState conn(
std::make_shared<FizzClientQuicHandshakeContext>());
conn.streamManager->setMaxLocalBidirectionalStreams(10);
conn.flowControlState.peerAdvertisedMaxOffset = 100000;
conn.flowControlState.peerAdvertisedInitialMaxStreamOffsetBidiRemote = 100000;