We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d112cab commit 478823dCopy full SHA for 478823d
1 file changed
src/quic/session.cc
@@ -860,11 +860,11 @@ struct Session::Impl final : public MemoryRetainer {
860
}
861
862
863
- endpoint->RemoveSession(config_.scid, remote_address_);
864
-
865
auto& binding = BindingData::Get(env());
866
if (stats_slot_) GetSessionStatsArena(binding).ReleaseSlot(stats_slot_);
867
if (state_slot_) GetSessionStateArena(binding).ReleaseSlot(state_slot_);
+
+ endpoint->RemoveSession(config_.scid, remote_address_);
868
869
870
void MemoryInfo(MemoryTracker* tracker) const override {
0 commit comments