diff --git a/tlslistener/clienthelloconn.go b/tlslistener/clienthelloconn.go index 8a3b6a41..1773d9fb 100644 --- a/tlslistener/clienthelloconn.go +++ b/tlslistener/clienthelloconn.go @@ -174,6 +174,8 @@ func (rrc *clientHelloRecordingConn) Read(b []byte) (int, error) { } func (rrc *clientHelloRecordingConn) processHello(info *tls.ClientHelloInfo) (*tls.Config, error) { + log.Debug("!!!!! jovis processHello") + // The hello is read at this point, so switch to no longer write incoming data to a second buffer. rrc.helloMutex.Lock() rrc.activeReader = rrc.Conn