Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FreeBSD returns ECONNRESET in certain (unclear) circumstances, but it does still close the FD successfully. If you care about this case, you should probably use `shutdown` instead and check for it there. Python and Ruby at least both explicitly check for and ignore this error too.
- Loading branch information