Github user tpcwang commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1108#discussion_r82233502
  
    --- Diff: lib/cpp/test/TSSLSocketInterruptTest.cpp ---
    @@ -57,12 +54,6 @@ struct GlobalFixtureSSL
             BOOST_TEST_MESSAGE(boost::format("argv[%1%] = \"%2%\"") % i % 
master_test_suite().argv[i]);
           }
     
    -#ifdef __linux__
    -      // OpenSSL calls send() without MSG_NOSIGPIPE so writing to a socket 
that has
    -           // disconnected can cause a SIGPIPE signal...
    -           signal(SIGPIPE, SIG_IGN);
    --- End diff --
    
    This is part of the test code for setup/teardown, so it should not affect 
applications, but I've reverted my change here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to