-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.
Milestone
Description
I have seen the issue in 1.0.3 and from checking tip.golang.org, it is still a problem. net.errClosing is an errors.New() that is not exported but returned to the user. This means that in order for a user to check for the "errClosing", they need to check the error string. I suggest renaming to ErrClosing so that a client can easily check if another goroutine closed it's connection.
WillSewell, winlinvip, matthewmueller, fuweid, pascaldekloe and 17 more
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.