Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/usocket: Do not setblocking on destory;
This results in unexpected behaviour if the socket has been `dup()`d, as O_NONBLOCK is shared. Close is always 'blocking' anyway See wahern/cqueues#13 for an example use case
- Loading branch information