Skip to content

x/net/proxy: SOCKS5 errors are all *errors.errorString #11682

Closed
@ger5

Description

@ger5

The errors returned by proxy.SOCKS5() are all created with errors.New, meaning package users have to parse strings to determine what happened. At the minimum, they should satisfy net.Error so users can distinguish between timeouts and temporary errors.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions