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

Update naming of maxStreamGroupsAdvertized to match that of similar variables

Summary: This is a cosmetic change to make the naming consistent for all the advertised* variables in the transport settings.

Reviewed By: sharmafb

Differential Revision: D42465443

fbshipit-source-id: d570cbb1a2ca017105ac335b8efc404cb73f3c57
This commit is contained in:
Joseph Beshay
2023-01-26 12:22:38 -08:00
committed by Facebook GitHub Bot
parent 6a296008e0
commit b801d9b61d
12 changed files with 39 additions and 39 deletions

View File

@@ -208,7 +208,7 @@ TEST_P(
processServerInitialParams(clientConn, serverTransportParams, 0);
EXPECT_EQ(
clientConn.peerMaxStreamGroupsAdvertized,
clientConn.peerAdvertisedMaxStreamGroups,
GetParam().expectedTransportSettingVal);
}