-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
temporary net.Error treated as permanent #29
Comments
Somebody alerted me to the discussion on irc. I will hide temp net errors. |
thanks for the effort. i think the improved documentation is already enough but hiding temporary is even better. |
Temporary errors are hidden in efd7f76. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
temporary read errors like timeouts will be set to Conn.readErr and returned forever.
this makes it impossible to continue reading from a conn with a new deadline after a previous one triggered.
The text was updated successfully, but these errors were encountered: