github.com/refraction-networking/utls.PubClientHelloMsg.CompressionMethods (field)

8 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L602: 		1 + len(hello.CompressionMethods)
		u_conn.go#L651: 	binary.Write(bufferedWriter, binary.BigEndian, uint8(len(hello.CompressionMethods)))
		u_conn.go#L652: 	binary.Write(bufferedWriter, binary.BigEndian, hello.CompressionMethods)
		u_parrots.go#L2802: 	if len(hello.CompressionMethods) == 0 {
		u_parrots.go#L2803: 		hello.CompressionMethods = []uint8{compressionNone}
		u_public.go#L361: 	CompressionMethods           []uint8
		u_public.go#L401: 			compressionMethods:               chm.CompressionMethods,
		u_public.go#L451: 			CompressionMethods:           chm.compressionMethods,