mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-05 11:21:09 +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:
committed by
Facebook GitHub Bot
parent
99be4f6788
commit
73edee8252
@@ -672,7 +672,7 @@ TEST_F(
|
||||
auto buf2 = IOBuf::copyBuffer("?");
|
||||
writeDataToQuicStream(*stream3, buf->clone(), true /* eof */);
|
||||
|
||||
// packet2 contains originally transmitted frames + new data frames
|
||||
// packet2 contains orignally transmitted frames + new data frames
|
||||
auto packet2 = buildEmptyPacket(*conn, PacketNumberSpace::AppData);
|
||||
packet2.packet.frames.push_back(writeStreamFrame1);
|
||||
packet2.packet.frames.push_back(writeStreamFrame2);
|
||||
|
Reference in New Issue
Block a user