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

14 uses

	golang.org/x/net/http2 (current package)
		frame.go#L897: type GoAwayFrame struct {
		frame.go#L908: func (f *GoAwayFrame) DebugData() []byte {
		frame.go#L922: 	return &GoAwayFrame{
		frame.go#L1695: 	case *GoAwayFrame:
		server.go#L1628: 	case *GoAwayFrame:
		server.go#L1950: func (sc *serverConn) processGoAway(f *GoAwayFrame) error {
		transport.go#L382: 	goAway           *GoAwayFrame             // if non-nil, the GoAwayFrame we received
		transport.go#L939: func (cc *ClientConn) setGoAway(f *GoAwayFrame) {
		transport.go#L2293: 		case *GoAwayFrame:
		transport.go#L2815: func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1261: func (t *http2Client) handleGoAway(f *http2.GoAwayFrame) {
		http2_client.go#L1344: func (t *http2Client) setGoAwayReason(f *http2.GoAwayFrame) {
		http2_client.go#L1639: 		case *http2.GoAwayFrame:
		http2_server.go#L676: 		case *http2.GoAwayFrame: