Commit 47e71eb
Taras Mankovski
Fix Windows EPIPE errors on stdin during process cleanup
Add error handler on stdin stream to suppress EPIPE errors that occur
when the child process exits before we finish writing to it. This is
expected during cleanup when killing processes on Windows.1 parent 277233b commit 47e71eb
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
126 | 135 | | |
127 | 136 | | |
128 | 137 | | |
| |||
0 commit comments