Add MSG_NOSIGNAL to AsyncSSLSocket
Summary: We are definitely not prepared to handle SIGPIPEs, so add MSG_NOSIGNAL to sendmsg of AsyncSSLSocket. This is a problem which exists in openssl as well which calls send with flags = 0. We recently made a change to move the send into our control, so we can now supply the flag Reviewed By: yfeldblum Differential Revision: D3686679 fbshipit-source-id: ff8fe662e62923c25876bdfd516352639505dca6
Showing
Please register or sign in to comment