mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
fix: clear comments
This commit is contained in:
parent
5da02cccbe
commit
2c82f4fb7d
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue