-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add QuicPskCache to FizzClientQuicHandshakeContext #103
Conversation
bde83b2
to
ce57445
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjoras has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
ce57445
to
1d73fd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjoras has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
explicit FakeOneRttHandshakeLayer(QuicClientConnectionState* conn) | ||
explicit FakeOneRttHandshakeLayer( | ||
QuicClientConnectionState* conn, | ||
std::shared_ptr<FizzClientQuicHandshakeContext> fizzContext) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has an unused param warning which ends up being a compiler error internally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok will fix. I plan to use it down the road, but I can introduce it then rather than now.
1d73fd1
to
ccf8f08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjoras has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Pull Request resolved: facebook/sapling#103 Automate maintenance of the edenscm_* github actions yamls Add job file and name options and support for the Rust install section Reviewed By: fanzeyi Differential Revision: D34044422 fbshipit-source-id: 7d5f07d37bab1eff5de30a88e710dbf7479ca192
This is a first step toward moving the psk cache handling in the handshake rather than the transport layer.