Commit 2839f78
authored
Silently handle broken pipe on windows for yes (#10429)
BrokenPipe errors should be ignored only on Windows. For unix platforms supporting SIGPIPE, receiving a BrokenPipe error means that the default SIGPIPE handler was disabled, and requires returning an error code.1 parent e96ddc0 commit 2839f78
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments