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

Move core functionality to QuicTransportBaseLite [8/n]

Summary: See title.

Reviewed By: mjoras

Differential Revision: D64065153

fbshipit-source-id: 5c9515dcaba1ef1f30d49f701e366f715854527a
This commit is contained in:
Aman Sharma
2024-10-09 17:37:33 -07:00
committed by Facebook GitHub Bot
parent c62dac180e
commit b7169e3cf7
6 changed files with 247 additions and 277 deletions

View File

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