type google.golang.org/grpc/internal/transport.incomingWindowUpdate
6 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L143: type incomingWindowUpdate struct {
controlbuf.go#L148: func (*incomingWindowUpdate) isTransportResponseFrame() bool { return false }
controlbuf.go#L566: func (l *loopyWriter) incomingWindowUpdateHandler(w *incomingWindowUpdate) error {
controlbuf.go#L776: case *incomingWindowUpdate:
http2_client.go#L1183: t.controlBuf.put(&incomingWindowUpdate{
http2_server.go#L746: t.controlBuf.put(&incomingWindowUpdate{
![]() |
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. |