forked from netty/netty
-
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.
HTTP/2 Server Example Not Using Flow Controller
Motiviation: The HTTP/2 server example is not using the outbound flow control. It is instead using a FrameWriter directly. This can lead to flow control errors and other comm. related errors Modifications: -Force server example to use outbound flow controller Result: -Server example should use follow flow control rules.
- Loading branch information
1 parent
ad259a4
commit c8c69ae
Showing
2 changed files
with
14 additions
and
17 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
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