mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
resetConnectionCallbacks() util function
Summary: In preparation for split callbacks Reviewed By: mjoras, lnicco Differential Revision: D30398849 fbshipit-source-id: 684c289283d0b06b5935fc1b8ab2dcbd126ec0ce
This commit is contained in:
committed by
Facebook GitHub Bot
parent
06ba2e0a41
commit
ee59ae43c6
@@ -210,7 +210,7 @@ class TestQuicTransport
|
||||
}
|
||||
|
||||
~TestQuicTransport() override {
|
||||
connCallback_ = nullptr;
|
||||
resetConnectionCallbacks();
|
||||
// we need to call close in the derived class.
|
||||
closeImpl(
|
||||
std::make_pair(
|
||||
|
Reference in New Issue
Block a user