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,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |