net/http.HTTP2Config.MaxConcurrentStreams (field)
5 uses
net/http (current package)
h2_bundle.go#L1163: if h2.MaxConcurrentStreams != 0 {
h2_bundle.go#L1164: conf.MaxConcurrentStreams = uint32(h2.MaxConcurrentStreams)
h2_bundle.go#L1172: if h2.MaxConcurrentStreams != 0 {
h2_bundle.go#L1173: conf.MaxConcurrentStreams = uint32(h2.MaxConcurrentStreams)
http.go#L234: MaxConcurrentStreams int
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)