diff --git a/tlslistener/clienthelloconn.go b/tlslistener/clienthelloconn.go index 1773d9fb..902dc1d5 100644 --- a/tlslistener/clienthelloconn.go +++ b/tlslistener/clienthelloconn.go @@ -190,6 +190,7 @@ func (rrc *clientHelloRecordingConn) processHello(info *tls.ClientHelloInfo) (*t // us to decrypt the ClientHello and session tickets, for example. We use those functions // separately without switching to uTLS entirely to allow continued upgrading of the TLS stack // as new Go versions are released. + log.Debugf("!!!!! jovis processHello hello bytes, length %d, %v", len(hello), hello) helloMsg := utls.UnmarshalClientHello(hello) if helloMsg == nil {