Skip to content

Commit 7932df6

Browse files
methanevmg
and
vmg
authored
connection: Document rawConn
Co-Authored-By: vmg <[email protected]>
1 parent 899a670 commit 7932df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
type mysqlConn struct {
2323
buf buffer
2424
netConn net.Conn
25-
rawConn net.Conn
25+
rawConn net.Conn // underlying connection when netConn is TLS connection.
2626
affectedRows uint64
2727
insertId uint64
2828
cfg *Config

0 commit comments

Comments
 (0)