chore: tcp conn error text
This commit is contained in:
parent
9565b5194c
commit
92a20a5362
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ func dualStackDialContext(ctx context.Context, network, address string, opt *opt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, errors.New("never touched")
|
return nil, errors.New("dual stack tcp shake hands failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
func concurrentDualStackDialContext(ctx context.Context, network, address string, opt *option) (net.Conn, error) {
|
func concurrentDualStackDialContext(ctx context.Context, network, address string, opt *option) (net.Conn, error) {
|
||||||
|
|
Loading…
Reference in a new issue