type golang.org/x/net/http2.GoAwayFrame
14 uses
golang.org/x/net/http2 (current package)
frame.go#L933: type GoAwayFrame struct {
frame.go#L944: func (f *GoAwayFrame) DebugData() []byte {
frame.go#L958: return &GoAwayFrame{
frame.go#L1864: case *GoAwayFrame:
server.go#L1470: case *GoAwayFrame:
server.go#L1798: func (sc *serverConn) processGoAway(f *GoAwayFrame) error {
transport.go#L213: goAway *GoAwayFrame // if non-nil, the GoAwayFrame we received
transport.go#L580: func (cc *ClientConn) setGoAway(f *GoAwayFrame) {
transport.go#L1913: case *GoAwayFrame:
transport.go#L2441: func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error {
google.golang.org/grpc/internal/transport
http2_client.go#L1361: func (t *http2Client) handleGoAway(f *http2.GoAwayFrame) error {
http2_client.go#L1442: func (t *http2Client) setGoAwayReason(f *http2.GoAwayFrame) {
http2_client.go#L1751: case *http2.GoAwayFrame:
http2_server.go#L694: case *http2.GoAwayFrame:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)