You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package net returns an internal error var when a connection was closed:
var errClosing = errors.New("use of closed network connection")
To check for that error, currently the error text has to be parsed. It would be much
better be able to check for a defined error type.
The text was updated successfully, but these errors were encountered:
by [email protected]:
The text was updated successfully, but these errors were encountered: