Don't try to ignore the SIGPIPE signal if it isn't defined
authorChristopher Dykes <cdykes@fb.com>
Thu, 4 Aug 2016 22:37:49 +0000 (15:37 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Thu, 4 Aug 2016 22:38:24 +0000 (15:38 -0700)
commitd449fce25cf9df45be98c388d2cd117b022e32ce
treec2472b6bcfc9a01e1e46faa9e8a74cd90aebb95d
parent41db97537ae4f6df251489640f517ceb1e2b7286
Don't try to ignore the SIGPIPE signal if it isn't defined

Summary: Which is the case when compiling under MSVC.

Reviewed By: pixelb

Differential Revision: D3671357

fbshipit-source-id: b7e51479cae44933c3f1caa21d45775a32f294a3
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest2.cpp