net/http.HTTP2Config.MaxConcurrentStreams (field)
5 uses
net/http (current package)
h2_bundle.go#L1151: if h2.MaxConcurrentStreams != 0 {
h2_bundle.go#L1152: conf.MaxConcurrentStreams = uint32(h2.MaxConcurrentStreams)
h2_bundle.go#L1163: if h2.MaxConcurrentStreams != 0 {
h2_bundle.go#L1164: conf.MaxConcurrentStreams = uint32(h2.MaxConcurrentStreams)
http.go#L238: MaxConcurrentStreams int
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |