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