google.golang.org/grpc/internal/transport.http2Client.streamQuota (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L104: streamQuota int64
http2_client.go#L271: streamQuota: defaultMaxStreamsClient,
http2_client.go#L638: if t.streamQuota <= 0 { // Can go negative if server decreases it.
http2_client.go#L648: t.streamQuota--
http2_client.go#L654: if t.streamQuota > 0 && t.waitingStreams > 0 {
http2_client.go#L787: t.streamQuota++
http2_client.go#L788: if t.streamQuota > 0 && t.waitingStreams > 0 {
http2_client.go#L1067: t.streamQuota += delta
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |