google.golang.org/grpc/internal/transport.ConnectOptions.MaxHeaderListSize (field)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L319: 	if opts.MaxHeaderListSize != nil {
		http2_client.go#L320: 		maxHeaderListSize = *opts.MaxHeaderListSize
		http2_client.go#L439: 	if opts.MaxHeaderListSize != nil {
		http2_client.go#L442: 			Val: *opts.MaxHeaderListSize,
		transport.go#L505: 	MaxHeaderListSize *uint32

	google.golang.org/grpc
		dialoptions.go#L681: 	do.copts.MaxHeaderListSize = &o.MaxHeaderListSize