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

chore: remove WindowUpdateMode::OnReceive #179

Merged
merged 5 commits into from
Nov 27, 2023
Merged

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Nov 23, 2023

Follow up to previous deprecation #177.

Fixes #175.

}
// The remote has either still credit or will be given more
// (due to an enqueued window update or because the update
// mode is `OnReceive`) or we already have inbound frames in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale docs?

@mxinden
Copy link
Member Author

mxinden commented Nov 27, 2023

Moving forward here. In case we want to cut a patch release of the v0.12 release family, we can still do so by introducing a v0.12 branch.

@mxinden mxinden merged commit 16ffe54 into master Nov 27, 2023
1 check passed
Comment on lines +505 to +511
// The remote has either still credit or will be given more
// due to an enqueued window update or we already have
// inbound frames in the socket buffer which will be
// processed later. In any case we will reply with an RST in
// `Connection::on_data` because the stream will no longer
// be known.
None

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jxs @mxinden, could you please explain why this is the new correct behavior when the window update mode is always OnRead? It seems to be different from the previous behavior.

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.

chore: remove WindowUpdateMode::OnReceive
3 participants