type google.golang.org/grpc/internal/transport.outgoingWindowUpdate
16 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L150: type outgoingWindowUpdate struct {
controlbuf.go#L155: func (*outgoingWindowUpdate) isTransportResponseFrame() bool {
controlbuf.go#L562: func (l *loopyWriter) outgoingWindowUpdateHandler(w *outgoingWindowUpdate) error {
controlbuf.go#L778: case *outgoingWindowUpdate:
http2_client.go#L905: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L914: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L931: t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
http2_client.go#L958: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L968: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L988: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_server.go#L537: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_server.go#L547: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
http2_server.go#L563: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L593: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L602: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L625: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
![]() |
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. |