chore: tcp conn error text

This commit is contained in:
Skyxim 2022-07-11 22:29:35 +08:00
parent 9565b5194c
commit 92a20a5362

View file

@ -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) {