diff --git a/u_parrots.go b/u_parrots.go index e2765b8..06db67b 100644 --- a/u_parrots.go +++ b/u_parrots.go @@ -2036,9 +2036,7 @@ func (uconn *UConn) ApplyPreset(p *ClientHelloSpec) error { return errors.New("ClientHello expected length: 32 bytes. Got: " + strconv.Itoa(len(hello.Random)) + " bytes") } - if len(hello.CipherSuites) == 0 { - hello.CipherSuites = defaultCipherSuites - } + if len(hello.CompressionMethods) == 0 { hello.CompressionMethods = []uint8{compressionNone} }