Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! quic: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 9, 2023
1 parent 82c043e commit ff33119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/quic/transportparams.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,8 @@ void TransportParams::GenerateStatelessResetToken(
}

CID TransportParams::GeneratePreferredAddressToken(const Session& session) {
DCHECK_NOT_NULL(session);
DCHECK(ptr_ == &params_);
DCHECK(pscid);
// DCHECK(pscid);
// TODO(@jasnell): To be implemented when Session is implemented
// *pscid = session->cid_factory_.Generate();
// params_.preferred_address.cid = *pscid;
Expand Down

0 comments on commit ff33119

Please sign in to comment.