const golang.org/x/net/http2.SettingMaxHeaderListSize

10 uses

	golang.org/x/net/http2 (current package)
		http2.go#L171: 	SettingMaxHeaderListSize     SettingID = 0x6
		http2.go#L181: 	SettingMaxHeaderListSize:     "MAX_HEADER_LIST_SIZE",
		server.go#L906: 		{SettingMaxHeaderListSize, sc.maxHeaderListSize()},
		server.go#L1792: 	case SettingMaxHeaderListSize:
		transport.go#L841: 		initialSettings = append(initialSettings, Setting{ID: SettingMaxHeaderListSize, Val: max})
		transport.go#L2814: 		case SettingMaxHeaderListSize:

	google.golang.org/grpc/internal/transport
		http2_client.go#L441: 			ID:  http2.SettingMaxHeaderListSize,
		http2_client.go#L1277: 		case http2.SettingMaxHeaderListSize:
		http2_server.go#L198: 			ID:  http2.SettingMaxHeaderListSize,
		http2_server.go#L888: 		case http2.SettingMaxHeaderListSize: