SIG_IGN

Constant SIG_IGN 

Source
pub const SIG_IGN: u8 = 2;
Expand description

Change SIGPIPE to SIG_IGN so that failed writes results in EPIPE that are eventually converted to ErrorKind::BrokenPipe.