1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-08 09:42:06 +03:00

Move core functionality to QuicTransportBaseLite [6/n]

Summary: See title.

Reviewed By: mjoras

Differential Revision: D63994476

fbshipit-source-id: 136e9ba9a972ac58b8a5fc6b336f6c3a4eaf38f5
This commit is contained in:
Aman Sharma
2024-10-09 17:37:33 -07:00
committed by Facebook GitHub Bot
parent e326762799
commit a253b7d782
6 changed files with 234 additions and 171 deletions

View File

@@ -588,7 +588,8 @@ class TestQuicTransport
return none;
}
void updateWriteLooper(bool thisIteration) {
void updateWriteLooper(bool thisIteration, bool /* runInline */ = false)
override {
QuicTransportBase::updateWriteLooper(thisIteration);
}