fix: clear comments

This commit is contained in:
Gaukas Wang 2023-03-09 14:45:36 -07:00
parent 5da02cccbe
commit 2c82f4fb7d
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D

View file

@ -130,8 +130,6 @@ func (hs *clientHandshakeStateTLS13) sendClientEncryptedExtensions() error {
if c.utls.hasApplicationSettings {
clientEncryptedExtensions.hasApplicationSettings = true
clientEncryptedExtensions.applicationSettings = c.utls.localApplicationSettings
// hs.transcript.Write(clientEncryptedExtensions.marshal()) // deprecated since Go 1.19.6
// transcriptMsg(clientEncryptedExtensions, hs.transcript) // included in writeHandshakeRecord
if _, err := c.writeHandshakeRecord(clientEncryptedExtensions, hs.transcript); err != nil {
return err
}