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

Don't cache local and remote address as these might change during the… #664

Merged
merged 1 commit into from Feb 5, 2024

Conversation

normanmaurer
Copy link
Member

… life-time

Motivation:

We should not cache the local and remote address as these might change during the life-time of the connection

Modifications:

  • Override methods so we don't cache
  • Also duplicate ByteBuffer in the QuicConnectionAddress to make things safer.

Result:

Correctly return ids

… life-time

Motivation:

We should not cache the local and remote address as these might change during the life-time of the connection

Modifications:

- Override methods so we don't cache
- Also duplicate ByteBuffer in the QuicConnectionAddress to make things safer.

Result:

Correctly return ids
@normanmaurer normanmaurer added this to the 0.0.57.Final milestone Feb 5, 2024
@normanmaurer normanmaurer merged commit 976a873 into main Feb 5, 2024
12 of 14 checks passed
@normanmaurer normanmaurer deleted the change_id branch February 5, 2024 18:37
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.

None yet

1 participant