github.com/refraction-networking/utls.ClientHelloID.Client (field)

10 uses

	github.com/refraction-networking/utls (current package)
		u_common.go#L141: 	Client string
		u_common.go#L157: 	return fmt.Sprintf("%s-%s", p.Client, p.Version)
		u_common.go#L161: 	return (p.Client == "") && (p.Version == "")
		u_conn.go#L75: 	uconn.skipResumptionOnNilExtension = config.PreferSkipResumptionOnNilExtension || clientHelloID.Client != helloCustom
		u_parrots.go#L2688: 		if id.Client == helloRandomized || id.Client == helloRandomizedALPN || id.Client == helloRandomizedNoALPN {
		u_parrots.go#L2743: 		switch id.Client {
		u_parrots.go#L2975: 	switch id.Client {
		u_parrots.go#L2987: 		return p, fmt.Errorf("using non-randomized ClientHelloID %v to generate randomized spec", id.Client)