Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified FreeRDP core to ignore SIGPIPE signal. This signal was being…
… generated during a call to SSL_shutdown when the socket is in a disconnected state. The proper way to handle this is to ignore SIGPIPE and allow the write system call to report an errno of EPIPE.
- Loading branch information