var google.golang.org/grpc/internal/envconfig.Enable8KBDefaultHeaderListSize
5 uses
google.golang.org/grpc/internal/envconfig (current package)
envconfig.go#L133: Enable8KBDefaultHeaderListSize = boolFromEnv("GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE", false)
google.golang.org/grpc/internal/transport
http2_client.go#L326: if envconfig.Enable8KBDefaultHeaderListSize {
http2_client.go#L889: if !envconfig.Enable8KBDefaultHeaderListSize && sz > int64(upcomingDefaultHeaderListSize) {
http2_server.go#L174: if envconfig.Enable8KBDefaultHeaderListSize {
http2_server.go#L959: if !envconfig.Enable8KBDefaultHeaderListSize && sz > int64(upcomingDefaultHeaderListSize) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)