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

http2: add support to configure transport flow control values #201

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 15, 2024

  1. 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
    joliveirinha committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    76a4945 View commit details
    Browse the repository at this point in the history