cli
cli copied to clipboard
chore: remove deprecated DualStack field
- What I did I went through this deprecated field of net.Dial, which is DualStack. As described in the documentation of the net package:
// DualStack previously enabled RFC 6555 Fast Fallback // support, also known as "Happy Eyeballs", in which IPv4 is // tried soon if IPv6 appears to be misconfigured and // hanging. // // Deprecated: Fast Fallback is enabled by default. To // disable, set FallbackDelay to a negative value. DualStack bool
I think we don't need it anymore.
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)