1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2026-01-06 03:41:10 +03:00

Back out "Fix typos discovered by codespell"

Summary:
Original commit changeset: 337824bc37bc

Original Phabricator Diff: D47722462

Reviewed By: jbeshay, terrelln, lnicco

Differential Revision: D47801753

fbshipit-source-id: 795ffcccbc2223608e2a707ec2e5bcc7dd974eb3
This commit is contained in:
Konstantin Tsoy
2023-07-26 12:49:13 -07:00
committed by Facebook GitHub Bot
parent 99be4f6788
commit 73edee8252
63 changed files with 95 additions and 97 deletions

View File

@@ -4176,7 +4176,7 @@ TEST_F(QuicClientTransportAfterStartTest, SendReset) {
const auto& readCbs = client->getReadCallbacks();
const auto& conn = client->getConn();
// ReadCallbacks are not affected by resetting send state
// ReadCallbacks are not affected by reseting send state
EXPECT_EQ(1, readCbs.count(streamId));
// readable list can still be populated after a reset.
EXPECT_FALSE(writableContains(*conn.streamManager, streamId));
@@ -4267,7 +4267,7 @@ TEST_F(QuicClientTransportAfterStartTest, SendResetAfterEom) {
verifyShortPackets(sentPackets);
const auto& readCbs = client->getReadCallbacks();
const auto& conn = client->getConn();
// ReadCallback are not affected by resetting send state.
// ReadCallback are not affected by reseting send state.
EXPECT_EQ(1, readCbs.count(streamId));
// readable list can still be populated after a reset.
EXPECT_FALSE(writableContains(*conn.streamManager, streamId));