Skip to content

Commit

Permalink
let's not modify route logic in core code
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Feb 18, 2025
1 parent 415688d commit dd53344
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,6 @@ QuicSendFlush(
QUIC_CONNECTION* Connection = QuicSendGetConnection(Send);
QUIC_PATH* Path = &Connection->Paths[0];

Path->Route.UseQTIP = Connection->State.UseQTIP;
Path->Route.AppDidSetQTIP = Connection->State.AppDidSetQTIP;

CXPLAT_DBG_ASSERT(!Connection->State.HandleClosed);

if (!CxPlatIsRouteReady(Connection, Path)) {
Expand Down

0 comments on commit dd53344

Please sign in to comment.