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

fix(s2n-quic-dc): separate address lookup functionality in path secret map #2411

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Dec 11, 2024

Description of changes:

Before this change, we had a single function to get path secrets by address: get_tracked. The logic in that function caused path secrets to return None if a handshake had been requested, causing issues for servers that are unable to initiate handshakes with clients.

This change, instead, separates concerns into multiple functions, which fixes behaviors for servers.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review December 11, 2024 17:23
@camshaft camshaft merged commit ac75871 into main Dec 11, 2024
125 of 128 checks passed
@camshaft camshaft deleted the camshaft/dc-psk-map-fixes branch December 11, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants