const golang.org/x/net/http2.SettingMaxFrameSize
8 uses
golang.org/x/net/http2 (current package)
http2.go#L150: case SettingMaxFrameSize:
http2.go#L171: SettingMaxFrameSize SettingID = 0x5
http2.go#L181: SettingMaxFrameSize: "MAX_FRAME_SIZE",
server.go#L936: {SettingMaxFrameSize, conf.MaxReadFrameSize},
server.go#L1807: case SettingMaxFrameSize:
transport.go#L888: initialSettings = append(initialSettings, Setting{ID: SettingMaxFrameSize, Val: conf.MaxReadFrameSize})
transport.go#L2862: case SettingMaxFrameSize:
google.golang.org/grpc/internal/transport
http2_server.go#L167: ID: http2.SettingMaxFrameSize,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)