-
Cedric Roux authored
write() on a socket with the other end closed throws a SIGPIPE. Let's ignore this signal. write() will return an error anyway...
1a9d614f
write() on a socket with the other end closed throws a SIGPIPE. Let's ignore this signal. write() will return an error anyway...