Don't do a write(2) after QUIT
This causes non-deterministic error messages because sometimes the socket will already be closed and sometimes it is yet to be closed.
Please register or sign in to comment
This causes non-deterministic error messages because sometimes the socket will already be closed and sometimes it is yet to be closed.