mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
all: fix problematic comments
Change-Id: If092ae7c72b66f172ae32fa6c7294a7ac250362e Reviewed-on: https://go-review.googlesource.com/c/go/+/463995 Reviewed-by: Cherry Mui <cherryyz@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
e235c4cbe2
commit
58e7190673
1 changed files with 1 additions and 1 deletions
2
conn.go
2
conn.go
|
@ -811,7 +811,7 @@ func (c *Conn) readFromUntil(r io.Reader, n int) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// sendAlert sends a TLS alert message.
|
||||
// sendAlertLocked sends a TLS alert message.
|
||||
func (c *Conn) sendAlertLocked(err alert) error {
|
||||
switch err {
|
||||
case alertNoRenegotiation, alertCloseNotify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue