Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b3fcfc

Browse filesBrowse files
authored
quic: fix typo in endpoint.h
PR-URL: #47911 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 7fe4745 commit 0b3fcfc
Copy full SHA for 0b3fcfc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/quic/endpoint.h‎

Copy file name to clipboardExpand all lines: src/quic/endpoint.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ class Endpoint final : public AsyncWrap, public Packet::Listener {
453453
// maps for this rather than one to avoid creating a whole bunch of
454454
// BaseObjectPtr references. The primary map (sessions_) just maps
455455
// the original CID to the Session, the second map (dcid_to_scid_)
456-
// maps the additional CIDs to the the primary.
456+
// maps the additional CIDs to the primary.
457457
CID::Map<BaseObjectPtr<Session>> sessions_;
458458
CID::Map<CID> dcid_to_scid_;
459459
StatelessResetToken::Map<Session*> token_map_;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.