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 7fe4745 commit 0b3fcfcCopy full SHA for 0b3fcfc
src/quic/endpoint.h
@@ -453,7 +453,7 @@ class Endpoint final : public AsyncWrap, public Packet::Listener {
453
// maps for this rather than one to avoid creating a whole bunch of
454
// BaseObjectPtr references. The primary map (sessions_) just maps
455
// the original CID to the Session, the second map (dcid_to_scid_)
456
- // maps the additional CIDs to the the primary.
+ // maps the additional CIDs to the primary.
457
CID::Map<BaseObjectPtr<Session>> sessions_;
458
CID::Map<CID> dcid_to_scid_;
459
StatelessResetToken::Map<Session*> token_map_;
0 commit comments