x/net/http2: export more tunable knobs #14077
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
There are several default window settings in
transport.go
:NewClientConn
method will use these without looking up other places. However, these default values are not suitable for all situations like high-latency high-throughput network.Can you provide some setters to change these values instead of rewrite the whole thing using
Framer
or forking and rewriting this repo?The text was updated successfully, but these errors were encountered: