FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

quic: add additional utilities for quic (part 2) by jasnell · Pull Request #47289 · nodejs/node · GitHub

/ node Public

quic: add additional utilities for quic (part 2) - #47289

Closed
jasnell wants to merge 1 commit into
nodejs:mainfrom
jasnell:quic-part-2
Closed

quic: add additional utilities for quic (part 2)#47289
jasnell wants to merge 1 commit into
nodejs:mainfrom
jasnell:quic-part-2

Conversation

jasnell commented Mar 29, 2023

Copy link
Copy Markdown
Member

The second PR incrementally adding QUIC impl details. Again, the idea is to space these out over multiple PRS to make it easier to review instead of the big monolith that #44325 is. Easiest to review each commit individually.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp

jasnell added quic Issues and PRs related to the QUIC implementation / HTTP/3. dont-land-on-v14.x labels Mar 29, 2023
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Mar 29, 2023
jasnell requested review from Qard, anonrig and tniessen March 29, 2023 00:33

This comment was marked as resolved.

This comment was marked as resolved.

This comment was marked as resolved.

Comment thread src/quic/sessionticket.cc Outdated
Comment thread src/quic/sessionticket.cc Outdated
Comment thread src/quic/sessionticket.cc Outdated
Comment thread src/quic/sessionticket.cc Outdated
Comment thread src/quic/sessionticket.h Outdated
Comment thread src/quic/sessionticket.h Outdated
Comment thread src/quic/tokens.cc Outdated

This comment was marked as outdated.

nodejs-github-bot commented Mar 29, 2023
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

jasnell added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. and removed needs-ci PRs that need a full CI run. labels Mar 29, 2023
Comment thread src/quic/sessionticket.cc Outdated
Comment thread src/quic/tokens.cc Outdated
Comment thread src/quic/tokens.cc Outdated
jasnell requested a review from tniessen March 30, 2023 17:26
Comment thread src/quic/sessionticket.cc Outdated
* add TokenSecret, StatelessResetToken, RetryToken, and RegularToken
* add SessionTicket implementation

jasnell commented Mar 31, 2023

Copy link
Copy Markdown
Member Author

Landed in d65ae9f

jasnell closed this Mar 31, 2023
jasnell added a commit that referenced this pull request Mar 31, 2023
* add TokenSecret, StatelessResetToken, RetryToken, and RegularToken
* add SessionTicket implementation

PR-URL: #47289
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
derhuerst mentioned this pull request Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. quic Issues and PRs related to the QUIC implementation / HTTP/3.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL