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:
committed by
Facebook GitHub Bot
parent
c62dac180e
commit
b7169e3cf7
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user