You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSG_NOSIGNAL (since Linux 2.2)
Don't generate a SIGPIPE signal if the peer on a stream-oriented
socket has closed the connection. The EPIPE error is still re‐
turned. This provides similar behavior to using sigaction(2) to
ignore SIGPIPE, but, whereas MSG_NOSIGNAL is a per-call feature,
ignoring SIGPIPE sets a process attribute that affects all
threads in the process.
The text was updated successfully, but these errors were encountered:
dyumin
changed the title
redisNetWrite crashes application process with Signal: SIGPIPE (Broken pipe) on linux if target socket closed while sending data
redisNetWrite crashes application process with Signal: SIGPIPE (Broken pipe) on linux if target socket was closed while sending data
Sep 19, 2023
Please consider using MSG_NOSIGNAL send() option
The text was updated successfully, but these errors were encountered: