diff --git a/src/core/send.c b/src/core/send.c index 7a937abfa7..b24944f33c 100644 --- a/src/core/send.c +++ b/src/core/send.c @@ -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)) {