Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7932df6

Browse files
methanevmg
andauthoredMar 20, 2019
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.