signals · signals/SIGPIPE
SIGPIPE
Broken pipe
Sent to a process that writes to a pipe or socket with no reader. The default action terminates the process; servers typically ignore it to handle partial client disconnects gracefully.
Sent to a process that writes to a pipe or socket with no reader. The default action terminates the process; servers typically ignore it to handle partial client disconnects gracefully.