-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http2: add support to configure transport flow control values
Adds to the transport configuration the capability to configure the maximum flow control values instead of using default ones. For applications that use a lot of client connections, being able to configure these values allows for better control on memory usage, particulary when connections are long-lived. related: golang/go#20448
- Loading branch information
1 parent
689bbc7
commit 2aaa1ad
Showing
2 changed files
with
78 additions
and
26 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