Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 18, 2018

Conversation

Gabriella439
Copy link
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