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:
committed by
Facebook GitHub Bot
parent
6a296008e0
commit
b801d9b61d
@@ -208,7 +208,7 @@ TEST_P(
|
||||
processServerInitialParams(clientConn, serverTransportParams, 0);
|
||||
|
||||
EXPECT_EQ(
|
||||
clientConn.peerMaxStreamGroupsAdvertized,
|
||||
clientConn.peerAdvertisedMaxStreamGroups,
|
||||
GetParam().expectedTransportSettingVal);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user