log sent CHLOs

This commit is contained in:
Marten Seemann
2017-01-13 12:24:46 +07:00
parent 82f2298658
commit c71e8cfb25

View File

@@ -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())