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

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L961: type WindowUpdateFrame struct {
		frame.go#L986: 	return &WindowUpdateFrame{
		frame.go#L1688: 	case *WindowUpdateFrame:
		server.go#L1618: 	case *WindowUpdateFrame:
		server.go#L1664: func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error {
		transport.go#L2301: 		case *WindowUpdateFrame:
		transport.go#L2930: func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1365: func (t *http2Client) handleWindowUpdate(f *http2.WindowUpdateFrame) {
		http2_client.go#L1641: 		case *http2.WindowUpdateFrame:
		http2_server.go#L674: 		case *http2.WindowUpdateFrame:
		http2_server.go#L911: func (t *http2Server) handleWindowUpdate(f *http2.WindowUpdateFrame) {