Skip to content

x/net/http2: Ability to set initial flow control in transport. #27931

@yonderblue

Description

@yonderblue

What version of Go are you using (go version)?

Go 1.11

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

linux + darwin on amd64 and android on arm.

What did you do?

Made an http2 request.

What did you expect to see?

This is a feature request.

What did you see instead?

Configurable values such as in the Server but for thetransport would be great :D
As the latency gets higher this has a sizable effect.
Currently it is at some huge value for connection and 4MB for stream. In a server that does lots of calls out that might want to be reduced, and in known high latency cases it may go up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions