golang.org/x/net/http2.Framer.SetMaxReadFrameSize (method)
5 uses
golang.org/x/net/http2 (current package)
frame.go#L452: fr.SetMaxReadFrameSize(maxFrameSize)
frame.go#L460: func (fr *Framer) SetMaxReadFrameSize(v uint32) {
server.go#L497: fr.SetMaxReadFrameSize(conf.MaxReadFrameSize)
transport.go#L867: cc.fr.SetMaxReadFrameSize(conf.MaxReadFrameSize)
google.golang.org/grpc/internal/transport
http_util.go#L377: f.fr.SetMaxReadFrameSize(http2MaxFrameLen)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)