mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-24 04:01:07 +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
@@ -68,8 +68,8 @@ std::unique_ptr<QuicClientConnectionState> undoAllClientStateForRetry(
|
||||
if (conn->congestionControllerFactory) {
|
||||
newConn->congestionControllerFactory = conn->congestionControllerFactory;
|
||||
if (conn->congestionController) {
|
||||
// we have to recreate congestion controller
|
||||
// because it holds references to the old state
|
||||
// we have to recreate congestion controler
|
||||
// because it holds referencs to the old state
|
||||
newConn->congestionController =
|
||||
newConn->congestionControllerFactory->makeCongestionController(
|
||||
*newConn, conn->congestionController->type());
|
||||
|
||||
Reference in New Issue
Block a user