mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: Adjust the return
This commit is contained in:
parent
a82c88f5aa
commit
bcef894237
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ func dualStackDialContext(ctx context.Context, network, address string, opt *opt
|
|||
}
|
||||
}
|
||||
|
||||
return nil, errors.New("dual stack tcp shake hands failed")
|
||||
return nil, ctx.Err()
|
||||
}
|
||||
|
||||
func concurrentDualStackDialContext(ctx context.Context, network, address string, opt *option) (net.Conn, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue