type golang.org/x/net/http2.WindowUpdateFrame

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L921: type WindowUpdateFrame struct {
		frame.go#L943: 	return &WindowUpdateFrame{
		frame.go#L1600: 	case *WindowUpdateFrame:
		server.go#L1413: 	case *WindowUpdateFrame:
		server.go#L1457: func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error {
		transport.go#L1869: 		case *WindowUpdateFrame:
		transport.go#L2392: func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1182: func (t *http2Client) handleWindowUpdate(f *http2.WindowUpdateFrame) {
		http2_client.go#L1332: 		case *http2.WindowUpdateFrame:
		http2_server.go#L505: 		case *http2.WindowUpdateFrame:
		http2_server.go#L745: func (t *http2Server) handleWindowUpdate(f *http2.WindowUpdateFrame) {