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:
committed by
Facebook GitHub Bot
parent
e326762799
commit
a253b7d782
@@ -588,7 +588,8 @@ class TestQuicTransport
|
||||
return none;
|
||||
}
|
||||
|
||||
void updateWriteLooper(bool thisIteration) {
|
||||
void updateWriteLooper(bool thisIteration, bool /* runInline */ = false)
|
||||
override {
|
||||
QuicTransportBase::updateWriteLooper(thisIteration);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user