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

proto: Fix double-boxing of congestion::ControllerFactory #1641

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented Aug 20, 2023

Allows callers who already have a trait object to pass it on without yet more boxing.

This propagates a lesson we've learned a few times at the quinn layer.

@Ralith Ralith changed the title proto: setters should take a trait object rather than any impl proto: Fix double-boxing of congestion::ControllerFactory Aug 20, 2023
Also allows callers who already have a trait object to pass it on
without yet more boxing.
@Ralith Ralith enabled auto-merge (rebase) August 22, 2023 02:12
@Ralith Ralith merged commit 33fa6bb into main Aug 22, 2023
8 checks passed
@Ralith Ralith deleted the no-impl branch August 22, 2023 02:13
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

2 participants