Skip to content
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

Closed
mb0 opened this issue Jun 5, 2014 · 4 comments
Closed

temporary net.Error treated as permanent #29

mb0 opened this issue Jun 5, 2014 · 4 comments

Comments

@mb0
Copy link

mb0 commented Jun 5, 2014

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.

@garyburd
Copy link
Contributor

garyburd commented Jun 5, 2014

See #11 and f407698

@garyburd garyburd closed this as completed Jun 5, 2014
@garyburd
Copy link
Contributor

garyburd commented Jun 5, 2014

Somebody alerted me to the discussion on irc. I will hide temp net errors.

@garyburd garyburd reopened this Jun 5, 2014
@mb0
Copy link
Author

mb0 commented Jun 5, 2014

thanks for the effort. i think the improved documentation is already enough but hiding temporary is even better.

@garyburd
Copy link
Contributor

Temporary errors are hidden in efd7f76.

@gorilla gorilla locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants