-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Clarify Connection::space_can_send logic #1851
Conversation
b007489
to
c56bac4
Compare
Testing and re-examination reveals that this doesn't actually change any behavior, because if ACKs were sendable then |
When this check fails, indicating that `can_send == SendableFrames::empty()`, we return `SendableFrames::empty()` anyway.
Much easier to review, thanks! |
No description provided.