Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore SIGPIPE in send() and recv(), so RServe exits correctly when r…
…eceiving EPIPE This solution is intended to solve issue s-u#100. The method is very similar to what is being done in the internal R http server (see Rhttpd.c). It should therefore not cause any issues in other parts of R.
- Loading branch information