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 8cc1438 commit 4ee8ef2Copy full SHA for 4ee8ef2
src/quic/session.cc
@@ -645,7 +645,7 @@ void Session::Destroy() {
645
646
for (auto cid : cids) endpoint_->DisassociateCID(CID(&cid));
647
648
- for (auto token : tokens) {
+ for (const auto& token : tokens) {
649
if (token.token_present)
650
endpoint_->DisassociateStatelessResetToken(
651
StatelessResetToken(token.token));
0 commit comments