Fix: vmess handshake block (#117)

This commit is contained in:
beyondkmp
2019-02-15 21:55:15 +08:00
committed by Dreamacro
parent c295c5e412
commit 287ad5bc53
2 changed files with 7 additions and 13 deletions

View File

@ -100,7 +100,7 @@ func (c *Client) New(conn net.Conn, dst *DstAddr) (net.Conn, error) {
} else if c.tls {
conn = tls.Client(conn, c.tlsConfig)
}
return newConn(conn, c.user[r], dst, c.security), nil
return newConn(conn, c.user[r], dst, c.security)
}
// NewClient return Client instance