Skip to content

replace socket write with send with MSG_NOSIGNAL

Administrator requested to merge github/fork/Helianthella/pipe-closed into master

Created by: Helianthella

As seen in core.cpp tmwa is already supposed to ignore SIGPIPE but it doesn't do so

http://stackoverflow.com/a/6824284 http://stackoverflow.com/a/1705705

Merge request reports