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

14 uses

	golang.org/x/net/http2 (current package)
		frame.go#L883: type GoAwayFrame struct {
		frame.go#L894: func (f *GoAwayFrame) DebugData() []byte {
		frame.go#L908: 	return &GoAwayFrame{
		frame.go#L1651: 	case *GoAwayFrame:
		server.go#L1541: 	case *GoAwayFrame:
		server.go#L1851: func (sc *serverConn) processGoAway(f *GoAwayFrame) error {
		transport.go#L316: 	goAway          *GoAwayFrame             // if non-nil, the GoAwayFrame we received
		transport.go#L844: func (cc *ClientConn) setGoAway(f *GoAwayFrame) {
		transport.go#L2259: 		case *GoAwayFrame:
		transport.go#L2749: 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: