Skip to content

[extension/oidcauthextension] Remove deprecated net.Dialer.DualStack from provider config HTTP transport #50431

Description

@codeboten

processProviderConfig's HTTP transport sets net.Dialer{DualStack: true}. DualStack has been deprecated since Go 1.12 - Fast Fallback (RFC 6555 Happy Eyeballs) is enabled by default and this field is now a no-op. Currently suppressed with //nolint:staticcheck.

Same situation as the signalfxexporter dimension client (see #50430) - fix should just be removing the field.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions