x/net/http2: Ability to set initial flow control in transport. #27931
Labels
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
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.
The text was updated successfully, but these errors were encountered: