base sagernet and migrate to circleci
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
+ )
|
||||
+}
|
||||
+
|
||||
+func (h *Inbound) NewConnectionEx(ctx context.Context, conn net.Conn, metadata adapter.InboundContext, onClose N.CloseHandlerFunc) {
|
||||
+func (h *Inbound) NewConnection(ctx context.Context, conn net.Conn, metadata adapter.InboundContext, onClose N.CloseHandlerFunc) {
|
||||
+ // Use go-mysql server to perform the MySQL handshake (which negotiates TLS)
|
||||
+ mysqlConn, err := h.mysqlServer.NewCustomizedConn(conn, h.identityProvider, &emptyHandler{})
|
||||
+ if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user