| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
I think err.code can also be 'EPIPE' or 'ECONNABORTED' but I was not able to reproduce. Should we handle that in advance or do it if/when it will occur?
Sorry, something went wrong.
There was a problem hiding this comment.
I'd say let's do it when it occurs.
Sorry, something went wrong.
There was a problem hiding this comment.
Perhaps you can add a comment right now that says "EPIPE might be valid too but we haven't seen it yet" or something like that?
Sorry, something went wrong.
Sorry, something went wrong.
The socket might be destroyed by the other peer while data is still being written. Add the missing error handler. Fixes: nodejs#37291
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The socket might be destroyed by the other peer while data is still
being written. Add the missing error handler.
Fixes: #37291