vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Don't trap on SIGPIPE #37

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago

We need to handle SIGPIPE without trapping, this is how Curassow solves it so a similar fix might be useful here: https://github.com/kylef/Curassow/pull/9

/cc @tannernelson