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

    https://github.com/apache/thrift/pull/1108#discussion_r82062644
  
    --- 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 --
    
    On second thought, I think I'll just leave this in, in case we need to 
force-close for other tests in the future.


---
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