Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

deadalnix
Copy link
Contributor

This is a first step toward moving the psk cache handling in the handshake rather than the transport layer.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 26, 2020
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a 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.

@deadalnix deadalnix force-pushed the fizzcontextpskcache branch from ce57445 to 1d73fd1 Compare March 12, 2020 15:02
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a 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)
Copy link
Contributor

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

Copy link
Contributor Author

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.

@deadalnix deadalnix force-pushed the fizzcontextpskcache branch from 1d73fd1 to ccf8f08 Compare March 13, 2020 08:59
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a 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.

@facebook-github-bot
Copy link
Contributor

@mjoras merged this pull request in b35727d.

@deadalnix deadalnix deleted the fizzcontextpskcache branch March 14, 2020 10:23
facebook-github-bot pushed a commit that referenced this pull request Feb 8, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants