We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ef38e commit 052c3f8Copy full SHA for 052c3f8
server/conn.go
@@ -46,6 +46,7 @@ func NewConn(conn net.Conn, user string, password string, h Handler) (*Conn, err
46
if defaultServer == nil {
47
defaultServer = NewDefaultServer()
48
}
49
+ return defaultServer.NewConn(conn, user, password, h)
50
51
52
// NewCustomizedConn: create connection with customized server settings
0 commit comments