On Thursday, 24 April 2025 at 19:36:03 UTC, kdevel wrote: >> [...] I added a SIG_IGN of SIGPIPE and that made the problem >> stop. > > You know that it will now throw? [0] Yes; my server was written to handle an exception, and it also is prepared for the send() to return failure. Adding a third vector of error notification was not helpful. Andy