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

bbr.Limiter.trySend: don't take a context. #445

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented Feb 9, 2023

There's no actual reason for this, since the relevant select has a default branch and therefore will never block.

This isn't the select at issue in the profile Louis showed me, but it seems worth fixing since I've noticed it.

There's no actual reason for this, since the relevant select has a
default branch and therefore will never block.

This isn't the select at issue in the profile Louis showed me, but
it seems worth fixing since I've noticed it.
@zenhack zenhack mentioned this pull request Feb 9, 2023
@lthibault lthibault merged commit a068171 into capnproto:main Feb 9, 2023
@zenhack zenhack deleted the remove-bbr-trySend-ctx branch February 9, 2023 20:53
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