mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-28 01:18:35 +00:00
feat(wip): test reworks
This commit is contained in:
@@ -41,7 +41,7 @@ func (t *TCPTunnel) handle(conn net.Conn) {
|
||||
}
|
||||
}()
|
||||
|
||||
rc, err := t.HyClient.DialTCP(t.Remote)
|
||||
rc, err := t.HyClient.TCP(t.Remote)
|
||||
if err != nil {
|
||||
closeErr = err
|
||||
return
|
||||
|
Reference in New Issue
Block a user