forked from hyperium/hyper
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(h2): implement flow control for h2 bodies
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
- Loading branch information
Showing
1 changed file
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters