mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Move core functionality to QuicTransportBaseLite [7/n]
Summary: See title. Reviewed By: mjoras Differential Revision: D64065113 fbshipit-source-id: 31f9a29a88bf763156d42c49df9db0f6f8e1a9d0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a253b7d782
commit
c62dac180e
@@ -357,7 +357,7 @@ class TestQuicTransport
|
||||
return conn_->oneRttWriteCipher != nullptr;
|
||||
}
|
||||
|
||||
std::shared_ptr<QuicTransportBase> sharedGuard() override {
|
||||
std::shared_ptr<QuicTransportBaseLite> sharedGuard() override {
|
||||
return shared_from_this();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user