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

feat(h2): implement flow control for h2 bodies #1558

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

sfackler
Copy link
Contributor

This is implemented sligntly differently than what the TODO comment
said, but matches with tower-h2's implementation. h2 already handles the
buffering of the pending chunk and capacity management for it, so we
just want to make sure there's some capacity available (i.e. the
previous chunk has been fully written out).

Closes #1548

This is implemented sligntly differently than what the TODO comment
said, but matches with tower-h2's implementation. h2 already handles the
buffering of the pending chunk and capacity management for it, so we
just want to make sure there's some capacity available (i.e. the
previous chunk has been fully written out).

Closes hyperium#1548
@sfackler
Copy link
Contributor Author

This seems to flake, but only on x86_64 windows which is pretty weird....

@sfackler
Copy link
Contributor Author

sfackler commented Jun 11, 2018

I can't seem to repro locally on a Windows install :(

EDIT: nevermind!

@sfackler
Copy link
Contributor Author

Ah this seems to be busted on master as well.

@seanmonstar seanmonstar merged commit 1c3fbfd into hyperium:master Jun 11, 2018
@seanmonstar
Copy link
Member

Thanks!

@sfackler sfackler deleted the flow-control branch June 12, 2018 04:15
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