diff --git a/handshake/crypto_setup_client.go b/handshake/crypto_setup_client.go index 80cf59c31..c647277cd 100644 --- a/handshake/crypto_setup_client.go +++ b/handshake/crypto_setup_client.go @@ -349,6 +349,7 @@ func (h *cryptoSetupClient) sendCHLO() error { } h.addPadding(tags) + utils.Debugf("Sending CHLO:\n%s", printHandshakeMessage(tags)) WriteHandshakeMessage(b, TagCHLO, tags) _, err = h.cryptoStream.Write(b.Bytes())