-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
On FreeBSD, closing a socket can return ECONNRESET. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159179 and python/cpython#2565.
Eio should ignore this error automatically. This is how Python handles it:
https://man.freebsd.org/cgi/man.cgi?query=close&sektion=2 says:
In case of any error except EBADF, the supplied file descriptor is deallocated and therefore is no longer valid.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working