var net/http.http2ErrFrameTooLarge

4 uses

	net/http (current package)
		h2_bundle.go#L1596: 		return http2ErrFrameTooLarge
		h2_bundle.go#L1712: var http2ErrFrameTooLarge = errors.New("http2: frame too large")
		h2_bundle.go#L1740: 		return nil, http2ErrFrameTooLarge
		h2_bundle.go#L4918: 		if err == http2ErrFrameTooLarge {