Skip to content

Don't forward broken pipe exceptions when using inproc - #321

Merged
Gabriella439 merged 1 commit into
masterfrom
gabriel/fix_318
Aug 18, 2018
Merged

Don't forward broken pipe exceptions when using inproc#321
Gabriella439 merged 1 commit into
masterfrom
gabriel/fix_318

Conversation

@Gabriella439

Copy link
Copy Markdown
Owner

Fixes #318

In 8403923 we added the
ignoreSIGPIPE utility to avoid retransmitting broken pipe
exceptions from upstream processes, but this fix was missing
from the inproc and inprocWithErr. This change updates
those utilities to also ignore SIGPIPE exceptions.

Fixes #318

In 8403923 we added the
`ignoreSIGPIPE` utility to avoid retransmitting broken pipe
exceptions from upstream processes, but this fix was missing
from the `inproc` and `inprocWithErr`.  This change updates
those utilities to also ignore SIGPIPE exceptions.
@Gabriella439
Gabriella439 merged commit 751759f into master Aug 18, 2018
@Gabriella439
Gabriella439 deleted the gabriel/fix_318 branch August 18, 2018 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Surprising Broken Pipe Error

1 participant