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

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L947: type WindowUpdateFrame struct {
		frame.go#L972: 	return &WindowUpdateFrame{
		frame.go#L1644: 	case *WindowUpdateFrame:
		server.go#L1531: 	case *WindowUpdateFrame:
		server.go#L1572: func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error {
		transport.go#L2267: 		case *WindowUpdateFrame:
		transport.go#L2848: 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) {