google.golang.org/grpc/internal/transport.ConnectOptions.MaxHeaderListSize (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L329: if opts.MaxHeaderListSize != nil {
http2_client.go#L330: maxHeaderListSize = *opts.MaxHeaderListSize
http2_client.go#L448: if opts.MaxHeaderListSize != nil {
http2_client.go#L451: Val: *opts.MaxHeaderListSize,
transport.go#L551: MaxHeaderListSize *uint32
google.golang.org/grpc
dialoptions.go#L695: do.copts.MaxHeaderListSize = &o.MaxHeaderListSize
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)